From 41be1afb9cefd091f18a009bb916609931e636dd Mon Sep 17 00:00:00 2001 From: Yago Date: Sat, 30 Jan 2016 18:19:03 +0100 Subject: [PATCH] Updated onReplyToMessage doc --- src/telegram.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/telegram.js b/src/telegram.js index 4bc0fd9..8f13bed 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -565,7 +565,8 @@ TelegramBot.prototype.onText = function (regexp, callback) { /** * Register a reply to wait for a message response. - * @param {Number|String} messageId The ID of the message to be replied + * @param {Number|String} chatId The chat id where the message cames from. + * @param {Number|String} messageId The message id to be replied. * @param {Function} callback Callback will be called with the reply * message. */