From 893d5386c5721e18b310e118ddee87fd81d4d19e Mon Sep 17 00:00:00 2001 From: Waffle Date: Sun, 27 May 2018 17:02:04 +0300 Subject: [PATCH] Fix register_for_reply_by_message_id doc strings. --- telebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/__init__.py b/telebot/__init__.py index e52711a..2545f5f 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -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. """