RawApplicationCommandOptionChoiceData

Type: Object<string, any>

Properties

PARAMETER
TYPE
DESCRIPTION

name

string

The choice name

name_localizations

{ [locale: string]: string }

The choice name localizations

value

string | number

The choice value

See also: https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure

Last updated