Class: TD::Types::MessageEffectType::EmojiReaction

Inherits:
TD::Types::MessageEffectType show all
Defined in:
lib/tdlib/types/message_effect_type/emoji_reaction.rb

Overview

An effect from an emoji reaction.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#effect_animationTD::Types::Sticker

Effect animation for the effect in TGS format.

Returns:



6
7
8
# File 'lib/tdlib/types/message_effect_type/emoji_reaction.rb', line 6

def effect_animation
  @effect_animation
end

#select_animationTD::Types::Sticker

Select animation for the effect in TGS format.

Returns:



6
7
8
# File 'lib/tdlib/types/message_effect_type/emoji_reaction.rb', line 6

def select_animation
  @select_animation
end