2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-07 17:55:24 +00:00

Update iter_chat_members efficiency

This commit is contained in:
Dan
2019-01-24 17:21:41 +01:00
parent c0a5b0a2c3
commit 44deabf399
2 changed files with 9 additions and 1 deletions

View File

@@ -126,3 +126,6 @@ class BaseClient:
def get_chat_members(self, *args, **kwargs):
pass
def get_chat_members_count(self, *args, **kwargs):
pass