Raw.messages.GetStickers

Raw.messages.GetStickers

Get stickers by emoji

messages.getStickers#d5a5d3a1 emoticon:string hash:long = messages.Stickers;
export namespace Raw {
  export namespace messages {
    export class GetStickers {
      constructor(params: { emoticon: string; hash: bigint }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xd5a5d3a1

Property

  • emoticon : string

    The emoji

  • hash : bigint

    Hash used for caching, for more info click here.

Results

Raw.messages.TypeStickers