Class: TD::Types::AvailableReaction
- Defined in:
- lib/tdlib/types/available_reaction.rb
Overview
Represents an available reaction.
Instance Attribute Summary collapse
-
#needs_premium ⇒ Boolean
True, if Telegram Premium is needed to send the reaction.
-
#type ⇒ TD::Types::ReactionType
Type of the reaction.
Method Summary
Methods inherited from Base
Instance Attribute Details
#needs_premium ⇒ Boolean
True, if Telegram Premium is needed to send the reaction.
6 7 8 |
# File 'lib/tdlib/types/available_reaction.rb', line 6 def needs_premium @needs_premium end |
#type ⇒ TD::Types::ReactionType
Type of the reaction.
6 7 8 |
# File 'lib/tdlib/types/available_reaction.rb', line 6 def type @type end |