Class: TD::Types::ChatAvailableReactions::Some
- Inherits:
-
TD::Types::ChatAvailableReactions
- Object
- Dry::Struct
- Base
- TD::Types::ChatAvailableReactions
- TD::Types::ChatAvailableReactions::Some
- Defined in:
- lib/tdlib/types/chat_available_reactions/some.rb
Overview
Only specific reactions are available in the chat.
Instance Attribute Summary collapse
-
#max_reaction_count ⇒ Integer
The maximum allowed number of reactions per message; 1-11.
-
#reactions ⇒ Array<TD::Types::ReactionType>
The list of reactions.
Method Summary
Methods inherited from Base
Instance Attribute Details
#max_reaction_count ⇒ Integer
The maximum allowed number of reactions per message; 1-11.
6 7 8 |
# File 'lib/tdlib/types/chat_available_reactions/some.rb', line 6 def max_reaction_count @max_reaction_count end |
#reactions ⇒ Array<TD::Types::ReactionType>
The list of reactions.
6 7 8 |
# File 'lib/tdlib/types/chat_available_reactions/some.rb', line 6 def reactions @reactions end |