mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Update get_messages signature
This commit is contained in:
parent
4fd93a790f
commit
39636f2843
@ -119,7 +119,8 @@ class BaseClient:
|
|||||||
def get_messages(
|
def get_messages(
|
||||||
self,
|
self,
|
||||||
chat_id: int or str,
|
chat_id: int or str,
|
||||||
message_ids,
|
message_ids: int or list = None,
|
||||||
|
reply_to_message_ids: int or list = None,
|
||||||
replies: int = 1
|
replies: int = 1
|
||||||
):
|
):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user