Class: TD::Types::Update::ChatAvailableReactions
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatAvailableReactions
- Defined in:
- lib/tdlib/types/update/chat_available_reactions.rb
Overview
The chat available reactions were changed.
Instance Attribute Summary collapse
-
#available_reactions ⇒ TD::Types::ChatAvailableReactions
The new reactions, available in the chat.
-
#chat_id ⇒ Integer
Chat identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#available_reactions ⇒ TD::Types::ChatAvailableReactions
The new reactions, available in the chat.
6 7 8 |
# File 'lib/tdlib/types/update/chat_available_reactions.rb', line 6 def available_reactions @available_reactions end |
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_available_reactions.rb', line 6 def chat_id @chat_id end |