Raw.messages.SearchEmojiStickerSets
Search for custom emoji stickersets
messages.searchEmojiStickerSets#92b4494c flags:# exclude_featured:flags.0?true q:string hash:long = messages.FoundStickerSets;
export namespace Raw {
export namespace messages {
export class SearchEmojiStickerSets {
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: 0x92b4494c
Property
excludeFeatured
: boolean or undefinedExclude featured stickersets from results
q
: stringQuery string
hash
: bigintHash used for caching, for more info click here.