mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 18:59:33 +00:00
Fix explicit reverse=True with ids= not working
This commit is contained in:
@@ -439,7 +439,7 @@ class MessageMethods:
|
|||||||
print(message.photo)
|
print(message.photo)
|
||||||
"""
|
"""
|
||||||
if ids is not None:
|
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(
|
return _MessagesIter(
|
||||||
client=self,
|
client=self,
|
||||||
|
Reference in New Issue
Block a user