mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Update get_messages signature
This commit is contained in:
parent
4fd93a790f
commit
39636f2843
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ class BaseClient:
|
|||
def get_messages(
|
||||
self,
|
||||
chat_id: int or str,
|
||||
message_ids,
|
||||
message_ids: int or list = None,
|
||||
reply_to_message_ids: int or list = None,
|
||||
replies: int = 1
|
||||
):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue