UpdateChatReplyMarkup constructor

UpdateChatReplyMarkup(
  1. {required int chat_id,
  2. required int reply_markup_message_id,
  3. int? extra,
  4. int? clientId}
)

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

UpdateChatReplyMarkup