mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 10:53:44 +03:00
Fix explicit reverse=True with ids= not working
This commit is contained in:
parent
2a7d4317bd
commit
81e628b9f7
|
@ -439,7 +439,7 @@ class MessageMethods:
|
|||
print(message.photo)
|
||||
"""
|
||||
if ids is not None:
|
||||
return _IDsIter(self, limit, entity=entity, ids=ids)
|
||||
return _IDsIter(self, reverse=reverse, limit=limit, entity=entity, ids=ids)
|
||||
|
||||
return _MessagesIter(
|
||||
client=self,
|
||||
|
|
Loading…
Reference in New Issue
Block a user