EditMessageTextMethod

Method to edit text and game messages sent by the bot or via the bot

Members

Mixins

__anonymous
mixin TelegramMethod!"/editMessageText"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

disable_web_page_preview
bool disable_web_page_preview;

Disable link previews for links in this message

inline_message_id
string inline_message_id;

Required if chat_id and message_id are not specified. Identifier of the inline message

message_id
int message_id;

Required if inline_message_id is not specified. Identifier of the sent message

parse_mode
ParseMode parse_mode;

Parse mode of the text

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

text
string text;

New text of the message

See Also

Meta