Raw.messages.SearchStickerSets

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 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