2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-10 11:15:27 +00:00

Clean get_history

This commit is contained in:
Dan
2018-05-09 20:27:29 +02:00
parent 781edda56a
commit 14f23d388c
2 changed files with 23 additions and 4 deletions

View File

@@ -93,3 +93,11 @@ class BaseClient:
progress_args: tuple = ()
):
pass
def get_messages(
self,
chat_id: int or str,
message_ids,
replies: int = 1
):
pass