Type alias EmotePayload

EmotePayload: {
    id: number;
    name: string;
    serverId?: string;
    url: string;
}

Type declaration

  • id: number

    The ID of the emote

  • name: string

    The name of the emote

  • Optional serverId?: string

    The ID of the server the emote was created on

  • url: string

    The URL of the emote image

Generated using TypeDoc