Interface SetSupergroupStickerSet

Changes the sticker set of a supergroup; requires can_change_info administrator right. Request type for Tdjson#setSupergroupStickerSet.

interface SetSupergroupStickerSet {
    @type: "setSupergroupStickerSet";
    sticker_set_id: string;
    supergroup_id: number;
}

Properties

@type: "setSupergroupStickerSet"
sticker_set_id: string

New value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set.

supergroup_id: number

Identifier of the supergroup.