1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

CopyMessage return type fix

This commit is contained in:
AHOHNMYC 2022-05-14 15:46:05 +03:00 committed by GitHub
parent 856debe7d2
commit e051dda113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1040,7 +1040,7 @@ class TeleBot:
reply_to_message_id: Optional[int]=None,
allow_sending_without_reply: Optional[bool]=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.