Raw.messages.SearchEmojiStickerSets

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 undefined

    Exclude featured stickersets from results

  • q : string

    Query string

  • hash : bigint

    Hash used for caching, for more info click here.

Results

Raw.messages.TypeFoundStickerSets