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:
@@ -117,3 +117,6 @@ class BaseClient:
|
||||
|
||||
def get_history(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def get_dialogs(self, *args, **kwargs):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user