Class: TD::Types::ReactionType::Emoji
- Inherits:
-
TD::Types::ReactionType
- Object
- Dry::Struct
- Base
- TD::Types::ReactionType
- TD::Types::ReactionType::Emoji
- Defined in:
- lib/tdlib/types/reaction_type/emoji.rb
Overview
A reaction with an emoji.
Instance Attribute Summary collapse
-
#emoji ⇒ TD::Types::String
Text representation of the reaction.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emoji ⇒ TD::Types::String
Text representation of the reaction.
5 6 7 |
# File 'lib/tdlib/types/reaction_type/emoji.rb', line 5 def emoji @emoji end |