Interface SearchStickerSets

Searches for sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results. Request type for Tdjson#searchStickerSets.

interface SearchStickerSets {
    @type: "searchStickerSets";
    query: string;
    sticker_type: StickerType;
}

Properties

@type: "searchStickerSets"
query: string

Query to search for.

sticker_type: StickerType

Type of the sticker sets to return.