Raw.messages.SearchStickerSets
Search for stickersets
messages.searchStickerSets#35705b8a flags:# exclude_featured:flags.0?true q:string hash:long = messages.FoundStickerSets;
export namespace Raw {
export namespace messages {
export class SearchStickerSets {
constructor(params: { excludeFeatured?: boolean; q: string; hash: bigint }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x35705b8a
Property
excludeFeatured
: boolean or undefinedExclude featured stickersets from results
q
: stringQuery string
hash
: bigintHash used for caching, for more info click here.