Interface SetSupergroupCustomEmojiStickerSet

Changes the custom emoji sticker set of a supergroup; requires can_change_info administrator right. The chat must have at least chatBoostFeatures.min_custom_emoji_sticker_set_boost_level boost level to pass the corresponding color. Request type for Tdjson#setSupergroupCustomEmojiStickerSet.

interface SetSupergroupCustomEmojiStickerSet {
    @type: "setSupergroupCustomEmojiStickerSet";
    custom_emoji_sticker_set_id: string;
    supergroup_id: number;
}

Properties

@type: "setSupergroupCustomEmojiStickerSet"
custom_emoji_sticker_set_id: string

New value of the custom emoji sticker set identifier for the supergroup. Use 0 to remove the custom emoji sticker set in the supergroup.

supergroup_id: number

Identifier of the supergroup.