mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-23 18:38:01 +00:00
Updated onReplyToMessage doc
This commit is contained in:
parent
928cbbe95b
commit
41be1afb9c
@ -565,7 +565,8 @@ TelegramBot.prototype.onText = function (regexp, callback) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a reply to wait for a message response.
|
* 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
|
* @param {Function} callback Callback will be called with the reply
|
||||||
* message.
|
* message.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user