Type alias DiscordCommandOptionChoice

DiscordCommandOptionChoice: {
    name: string;
    name_localizations?: DiscordLocalesDictionary<string>;
    value: string | number;
}

Type declaration

Generated using TypeDoc