Raw.EmojiGroup

Raw.EmojiGroup

Represents an emoji category.

emojiGroup#7a9abda9 title:string icon_emoji_id:long emoticons:Vector<string> = EmojiGroup;
export namespace Raw {
  export class EmojiGroup {
    constructor(params: { title: string; iconEmojiId: bigint; emoticons: Array<string> }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x7a9abda9

Property

  • title : string

    Category name, i.e. “animals”, “flags”, “faces” and so on…

  • iconEmojiId : bigint

    A single custom emoji used as preview for the category.

  • emoticons : Array of string

    A list of utf-8 emojis, matching the category.