Class: TD::Types::ChatAvailableReactions::All
- Inherits:
-
TD::Types::ChatAvailableReactions
- Object
- Dry::Struct
- Base
- TD::Types::ChatAvailableReactions
- TD::Types::ChatAvailableReactions::All
- Defined in:
- lib/tdlib/types/chat_available_reactions/all.rb
Overview
All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.
Instance Attribute Summary collapse
-
#max_reaction_count ⇒ Integer
The maximum allowed number of reactions per message; 1-11.
Method Summary
Methods inherited from Base
Instance Attribute Details
#max_reaction_count ⇒ Integer
The maximum allowed number of reactions per message; 1-11.
5 6 7 |
# File 'lib/tdlib/types/chat_available_reactions/all.rb', line 5 def max_reaction_count @max_reaction_count end |