Interface GetArchivedStickerSets

Returns a list of archived sticker sets. Request type for Tdjson#getArchivedStickerSets.

interface GetArchivedStickerSets {
    @type: "getArchivedStickerSets";
    limit: number;
    offset_sticker_set_id: string;
    sticker_type: StickerType;
}

Properties

@type: "getArchivedStickerSets"
limit: number

The maximum number of sticker sets to return; up to 100.

offset_sticker_set_id: string

Identifier of the sticker set from which to return the result; use 0 to get results from the beginning.

sticker_type: StickerType

Type of the sticker sets to return.