UpdateChatReplyMarkup constructor
const
UpdateChatReplyMarkup({})
The default chat reply markup was changed. Can occur because new messages with reply markup were received or because an old reply markup was hidden by the user
Implementation
const UpdateChatReplyMarkup({
required this.chatId,
required this.replyMarkupMessageId,
this.extra,
this.clientId,
});