Class: TD::Types::Update::ChatReplyMarkup
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatReplyMarkup
- Defined in:
- lib/tdlib/types/update/chat_reply_markup.rb
Overview
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.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#reply_markup_message_id ⇒ Integer
Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
9 10 11 |
# File 'lib/tdlib/types/update/chat_reply_markup.rb', line 9 def chat_id @chat_id end |
#reply_markup_message_id ⇒ Integer
Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.
9 10 11 |
# File 'lib/tdlib/types/update/chat_reply_markup.rb', line 9 def @reply_markup_message_id end |