Implement iterator over message by IDs

This commit is contained in:
Lonami Exo
2019-02-27 10:04:12 +01:00
parent 60606b9994
commit 6d6c1917bc
2 changed files with 48 additions and 51 deletions

View File

@@ -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):