Interface APIEmote

interface APIEmote {
    id: number;
    name: string;
    url: string;
}

Properties

Properties

id: number

The ID of the emote

name: string

The name of the emote

url: string

The URL of the emote image