mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-30 05:48:00 +00:00
editMessageCaption URL
This commit is contained in:
parent
576b78f09e
commit
335a5045d8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user