Class: TD::Types::MessageEffectType::EmojiReaction
- Inherits:
-
TD::Types::MessageEffectType
- Object
- Dry::Struct
- Base
- TD::Types::MessageEffectType
- TD::Types::MessageEffectType::EmojiReaction
- Defined in:
- lib/tdlib/types/message_effect_type/emoji_reaction.rb
Overview
An effect from an emoji reaction.
Instance Attribute Summary collapse
-
#effect_animation ⇒ TD::Types::Sticker
Effect animation for the effect in TGS format.
-
#select_animation ⇒ TD::Types::Sticker
Select animation for the effect in TGS format.
Method Summary
Methods inherited from Base
Instance Attribute Details
#effect_animation ⇒ TD::Types::Sticker
Effect animation for the effect in TGS format.
6 7 8 |
# File 'lib/tdlib/types/message_effect_type/emoji_reaction.rb', line 6 def effect_animation @effect_animation end |
#select_animation ⇒ TD::Types::Sticker
Select animation for the effect in TGS format.
6 7 8 |
# File 'lib/tdlib/types/message_effect_type/emoji_reaction.rb', line 6 def select_animation @select_animation end |