mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-10 11:15:27 +00:00
Clean get_history
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user