Interface ChangeStickerSet

Installs/uninstalls or activates/archives a sticker set. Request type for Tdjson#changeStickerSet.

interface ChangeStickerSet {
    @type: "changeStickerSet";
    is_archived?: boolean;
    is_installed?: boolean;
    set_id: string;
}

Properties

@type: "changeStickerSet"
is_archived?: boolean

The new value of is_archived. A sticker set can't be installed and archived simultaneously.

is_installed?: boolean

The new value of is_installed.

set_id: string

Identifier of the sticker set.