mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-31 06:16:07 +00:00
editMessageCaption URL
This commit is contained in:
@@ -553,7 +553,7 @@ class TelegramBot extends EventEmitter {
|
|||||||
* @param {String} caption New caption of the message
|
* @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)
|
* @param {Object} [options] Additional Telegram query options (provide either one of chat_id, message_id, or inline_message_id here)
|
||||||
* @return {Promise}
|
* @return {Promise}
|
||||||
* @see https://core.telegram.org/bots/api#editmessagetext
|
* @see https://core.telegram.org/bots/api#editmessagecaption
|
||||||
*/
|
*/
|
||||||
editMessageCaption(caption, form = {}) {
|
editMessageCaption(caption, form = {}) {
|
||||||
form.caption = caption;
|
form.caption = caption;
|
||||||
|
Reference in New Issue
Block a user