DeleteChatReplyMarkup constructor

DeleteChatReplyMarkup({
  1. required int chatId,
  2. required int messageId,
})

Implementation

DeleteChatReplyMarkup({required this.chatId, required this.messageId});