Fix explicit reverse=True with ids= not working

This commit is contained in:
Lonami Exo 2019-06-28 20:27:36 +02:00
parent 2a7d4317bd
commit 81e628b9f7

View File

@ -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,