Interface SearchInstalledStickerSets

Searches for installed sticker sets by looking for specified query in their title and name. Request type for Tdjson#searchInstalledStickerSets.

interface SearchInstalledStickerSets {
    @type: "searchInstalledStickerSets";
    limit: number;
    query: string;
    sticker_type: StickerType;
}

Properties

@type: "searchInstalledStickerSets"
limit: number

The maximum number of sticker sets to return.

query: string

Query to search for.

sticker_type: StickerType

Type of the sticker sets to search for.