mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix explicit reverse=True with ids= not working
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user