Inherits MessageEffectType.
An effect from an emoji reaction.
Public Fields | |
| object_ptr< sticker > | select_animation_ |
| Select animation for the effect in TGS format. | |
| object_ptr< sticker > | effect_animation_ |
| Effect animation for the effect in TGS format. | |
Public Instance Methods | |
| messageEffectTypeEmojiReaction () | |
| messageEffectTypeEmojiReaction (object_ptr< sticker > &&select_animation_, object_ptr< sticker > &&effect_animation_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Static Public Attributes | |
| static const std::int32_t | ID = 1756079678 |
| Identifier uniquely determining a type of the object. | |
An effect from an emoji reaction.
| messageEffectTypeEmojiReaction | ( | object_ptr< sticker > && | select_animation_, |
| object_ptr< sticker > && | effect_animation_ | ||
| ) |
An effect from an emoji reaction.
| [in] | select_animation_ | Select animation for the effect in TGS format. |
| [in] | effect_animation_ | Effect animation for the effect in TGS format. |
|
finalvirtual |