Raw.messages.SearchCustomEmoji

Raw.messages.SearchCustomEmoji

Look for custom emojis associated to a utf8 emoji

messages.searchCustomEmoji#2c11c0d7 emoticon:string hash:long = EmojiList;
export namespace Raw {
  export namespace messages {
    export class SearchCustomEmoji {
      constructor(params: { emoticon: string; hash: bigint }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x2c11c0d7

Property

  • emoticon : string

    The emoji

  • hash : bigint

    Hash used for caching, for more info click here.

Results

Raw.TypeEmojiList