DeleteChatReplyMarkup constructor
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup is changed
Implementation
const DeleteChatReplyMarkup({
required this.chatId,
required this.messageId,
});