EditInlineMessageReplyMarkup constructor
const
EditInlineMessageReplyMarkup({
- required String inlineMessageId,
- ReplyMarkup? replyMarkup,
Edits the reply markup of an inline message sent via a bot; for bots only
Implementation
const EditInlineMessageReplyMarkup({
required this.inlineMessageId,
this.replyMarkup,
});