Interface ReorderInstalledStickerSets

Changes the order of installed sticker sets. Request type for Tdjson#reorderInstalledStickerSets.

interface ReorderInstalledStickerSets {
    @type: "reorderInstalledStickerSets";
    sticker_set_ids: string[];
    sticker_type: StickerType;
}

Properties

@type: "reorderInstalledStickerSets"
sticker_set_ids: string[]

Identifiers of installed sticker sets in the new correct order.

sticker_type: StickerType

Type of the sticker sets to reorder.