2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-30 22:05:28 +00:00

editMessageCaption URL

This commit is contained in:
Yago
2016-06-07 09:50:11 +02:00
parent 576b78f09e
commit 335a5045d8

View File

@@ -553,7 +553,7 @@ class TelegramBot extends EventEmitter {
* @param {String} caption New caption of the message
* @param {Object} [options] Additional Telegram query options (provide either one of chat_id, message_id, or inline_message_id here)
* @return {Promise}
* @see https://core.telegram.org/bots/api#editmessagetext
* @see https://core.telegram.org/bots/api#editmessagecaption
*/
editMessageCaption(caption, form = {}) {
form.caption = caption;