EditInlineMessageReplyMarkup constructor

const EditInlineMessageReplyMarkup({
  1. required String inlineMessageId,
  2. 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,
});