EmojiReaction¶
Contains information about an emoji reaction
EmojiReaction(
emoji: string,
title: string,
is_active: Bool,
static_icon: Sticker,
appear_animation: Sticker,
select_animation: Sticker,
activate_animation: Sticker,
effect_animation: Sticker,
around_animation: Sticker,
center_animation: Sticker
) → EmojiReaction
emoji¶
string
Text representation of the reaction
title¶
string
Reaction title
is_active¶
Bool
True, if the reaction can be added to new messages and enabled in chats
static_icon¶
Static icon for the reaction
appear_animation¶
Appear animation for the reaction
select_animation¶
Select animation for the reaction
activate_animation¶
Activate animation for the reaction
effect_animation¶
Effect animation for the reaction
around_animation¶
Around animation for the reaction; may be null
center_animation¶
Center animation for the reaction; may be null