Represents a custom guild emoji.

Constructors

  • Constructs a new Emoji object.

    Parameters

    • client: Client

      The client instance managing this emoji.

    • data: any

      The raw data from the API representing the emoji.

    Returns Emoji

Properties

animated?: boolean
available?: boolean
id?: string
managed?: boolean
name?: string
requireColons?: boolean
roles: string[] = []
user?: User