Interface ApplicationCommandOptionsEmote

interface ApplicationCommandOptionsEmote {
    name: string;
    required: boolean;
    type: EMOTE;
}

Hierarchy (View Summary)

Properties

Properties

name: string
required: boolean
type: EMOTE