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

Fix register_for_reply_by_message_id doc strings.

This commit is contained in:
Waffle 2018-05-27 17:02:04 +03:00
parent 909d570dca
commit 893d5386c5

View File

@ -1190,7 +1190,7 @@ class TeleBot:
Warning: In case `callback` as lambda function, saving reply handlers will not work.
:param message: The message for which we are awaiting a reply.
:param message_id: The id of the message for which we are awaiting a reply.
:param callback: The callback function to be called when a reply arrives. Must accept one `message`
parameter, which will contain the replied message.
"""