mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Implement iterator over message by IDs
This commit is contained in:
@@ -48,6 +48,8 @@ class RequestIter(abc.ABC):
|
||||
to avoid forgetting or misspelling any of them.
|
||||
|
||||
This method may ``raise StopAsyncIteration`` if it cannot continue.
|
||||
|
||||
This method may actually fill the initial buffer if it needs to.
|
||||
"""
|
||||
|
||||
async def __anext__(self):
|
||||
|
Reference in New Issue
Block a user