mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix 3.8 syntax warning and erroneous documentation
Closes #1340 (syntax warning) Closes #1341 (outdated docs)
This commit is contained in:
@@ -501,7 +501,7 @@ class MessageMethods:
|
||||
photos = await client.get_messages(chat, None, filter=InputMessagesFilterPhotos)
|
||||
|
||||
# Get messages by ID:
|
||||
message_1337 = await client.get_messages(chats, ids=1337)
|
||||
message_1337 = await client.get_messages(chat, ids=1337)
|
||||
"""
|
||||
if len(args) == 1 and 'limit' not in kwargs:
|
||||
if 'min_id' in kwargs and 'max_id' in kwargs:
|
||||
|
Reference in New Issue
Block a user