mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04: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(
|
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 a new issue