We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6f17a commit 8c52d3aCopy full SHA for 8c52d3a
telegram_forward_bot/bot.py
@@ -1,5 +1,5 @@
1
from telethon import TelegramClient, events
2
-from telethon.tl.functions.messages import ForwardMessagesRequest
+# from telethon.tl.functions.messages import ForwardMessagesRequest
3
api_id = 111111
4
# Replace 111111 with Your Telegram API ID
5
api_hash = 'Your Telegram Hash ID'
0 commit comments