mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Add missing await
This commit is contained in:
parent
ae96ca5b90
commit
3d23b681e3
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class IterChatMembers(BaseClient):
|
|||
queries = [query] if query else QUERIES
|
||||
total = limit or (1 << 31) - 1
|
||||
limit = min(200, total)
|
||||
resolved_chat_id = self.resolve_peer(chat_id)
|
||||
resolved_chat_id = await self.resolve_peer(chat_id)
|
||||
|
||||
filter = (
|
||||
Filters.RECENT
|
||||
|
|
|
|||
Loading…
Reference in a new issue