Class Emoji

Emoji Class

Hierarchy

  • Emoji

Constructors

Properties

#collection: EmojiCollection
id: string

Accessors

  • get parent(): {
        id: string;
        type: "Server";
    } | {
        type: "Detached";
    }
  • Information about the parent of this emoji

    Returns {
        id: string;
        type: "Server";
    } | {
        type: "Detached";
    }

Methods

Generated using TypeDoc