Interface MessageEffectTypeEmojiReaction

Describes type of emoji effect. Subtype of MessageEffectType.

interface MessageEffectTypeEmojiReaction {
    @type: "messageEffectTypeEmojiReaction";
    effect_animation: Sticker;
    select_animation: Sticker;
}

Properties

@type: "messageEffectTypeEmojiReaction"
effect_animation: Sticker

Effect animation for the effect in TGS format.

select_animation: Sticker

Select animation for the effect in TGS format.