Interface GetOwnedStickerSets

Returns sticker sets owned by the current user. Request type for Tdjson#getOwnedStickerSets.

interface GetOwnedStickerSets {
    @type: "getOwnedStickerSets";
    limit: number;
    offset_sticker_set_id: string;
}

Properties

@type: "getOwnedStickerSets"
limit: number

The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit.

offset_sticker_set_id: string

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