Skip to content

Commit 8c52d3a

Browse files
committed
Fixed Linting
1 parent fe6f17a commit 8c52d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram_forward_bot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from telethon import TelegramClient, events
2-
from telethon.tl.functions.messages import ForwardMessagesRequest
2+
# from telethon.tl.functions.messages import ForwardMessagesRequest
33
api_id = 111111
44
# Replace 111111 with Your Telegram API ID
55
api_hash = 'Your Telegram Hash ID'

0 commit comments

Comments
 (0)