Interface SearchStickerSet

Searches for a sticker set by its name. Request type for Tdjson#searchStickerSet.

interface SearchStickerSet {
    @type: "searchStickerSet";
    ignore_cache?: boolean;
    name: string;
}

Properties

@type: "searchStickerSet"
ignore_cache?: boolean

Pass true to ignore local cache of sticker sets and always send a network request.

name: string

Name of the sticker set.