ReplyMarkupRemoveKeyboard constructor

ReplyMarkupRemoveKeyboard(
  1. {required bool is_personal,
  2. int? extra,
  3. int? clientId}
)

Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent

Implementation

ReplyMarkupRemoveKeyboard