Interface UpdateAvailableMessageEffects

The list of available message effects has changed. Subtype of Update.

interface UpdateAvailableMessageEffects {
    @type: "updateAvailableMessageEffects";
    reaction_effect_ids: string[];
    sticker_effect_ids: string[];
}

Properties

@type: "updateAvailableMessageEffects"
reaction_effect_ids: string[]

The new list of available message effects from emoji reactions.

sticker_effect_ids: string[]

The new list of available message effects from Premium stickers.