Skip to content

EmojiReaction

Type · TDLib 1.8.67 · d1085f9c

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

Sticker

Static icon for the reaction

appear_animation

Sticker

Appear animation for the reaction

select_animation

Sticker

Select animation for the reaction

activate_animation

Sticker

Activate animation for the reaction

effect_animation

Sticker

Effect animation for the reaction

around_animation

Sticker

Around animation for the reaction; may be null

center_animation

Sticker

Center animation for the reaction; may be null