2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-07 09:45:14 +00:00

Add iter_dialogs method. Reference #170

This commit is contained in:
Dan
2019-01-04 16:10:34 +01:00
parent 4d1d70082b
commit 948f2b44ed
4 changed files with 89 additions and 1 deletions

View File

@@ -117,3 +117,6 @@ class BaseClient:
def get_history(self, *args, **kwargs):
pass
def get_dialogs(self, *args, **kwargs):
pass