Interface ChatEventCustomEmojiStickerSetChanged

The supergroup sticker set with allowed custom emoji was changed. Subtype of ChatEventAction.

interface ChatEventCustomEmojiStickerSetChanged {
    @type: "chatEventCustomEmojiStickerSetChanged";
    new_sticker_set_id: string;
    old_sticker_set_id: string;
}

Properties

@type: "chatEventCustomEmojiStickerSetChanged"
new_sticker_set_id: string

New identifier of the chat sticker set; 0 if none.

old_sticker_set_id: string

Previous identifier of the chat sticker set; 0 if none.