Skip to main content

availableEffect

Represents a message effect ». All long IDs except for id are document.ids from the containing messages availableEffects constructor. See here » for more info on how to use following fields.

type tg.AvailableEffect struct { /* ... */ }

Fields

NameTypeRequiredDescription
PremiumRequiredboolWhether a Premium subscription is required to use this effect.
IDint64yesUnique effect ID.
EmoticonstringyesEmoji corresponding to the effect, to be used as icon for the effect if static_icon_id is not set.
StaticIconIDint64ID of the document containing the static icon (WEBP) of the effect.
EffectStickerIDint64yesContains the preview animation (TGS format »), used for the effect selection menu.
EffectAnimationIDint64If set, contains the actual animated effect (TGS format »). If not set, the animated effect must be set equal to the premium animated sticker effect associated to the animated sticker specified in effect_sticker_id (always different from the preview animation, fetched thanks to the videoSize of type f as specified here »).

References