EditMessageReplyMarkupMethod

Method to edit only the reply markup of messages sent by the bot or via the bot

Members

Mixins

__anonymous
mixin TelegramMethod!"/editMessageReplyMarkup"
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")

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

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

See Also

Meta