mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
CopyMessage return type fix [async]
This commit is contained in:
parent
e051dda113
commit
3f28bb6e9d
@ -1654,7 +1654,7 @@ class AsyncTeleBot:
|
|||||||
reply_to_message_id: Optional[int]=None,
|
reply_to_message_id: Optional[int]=None,
|
||||||
allow_sending_without_reply: Optional[bool]=None,
|
allow_sending_without_reply: Optional[bool]=None,
|
||||||
reply_markup: Optional[REPLY_MARKUP_TYPES]=None,
|
reply_markup: Optional[REPLY_MARKUP_TYPES]=None,
|
||||||
timeout: Optional[int]=None) -> int:
|
timeout: Optional[int]=None) -> types.MessageID:
|
||||||
"""
|
"""
|
||||||
Use this method to copy messages of any kind.
|
Use this method to copy messages of any kind.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user