Preview environment

interface APIApplicationCommandOptionChoice

export interface APIApplicationCommandOptionChoice<ValueType = number | string>

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

Type Parameters

optional
ValueType? = number | string

optional
name_localizations? : LocalizationMap | null

name : string

value : ValueType