Interface UpdateInstalledStickerSets

The list of installed sticker sets was updated. Subtype of Update.

interface UpdateInstalledStickerSets {
    @type: "updateInstalledStickerSets";
    sticker_set_ids: string[];
    sticker_type: StickerType;
}

Properties

@type: "updateInstalledStickerSets"
sticker_set_ids: string[]

The new list of installed ordinary sticker sets.

sticker_type: StickerType

Type of the affected stickers.