Preparing search index...
The search index is not available
TouchGuild
TouchGuild
types/applications
ApplicationCommandOptionsChoices
Interface ApplicationCommandOptionsChoices<T>
interface
ApplicationCommandOptionsChoices
<
T
extends
ApplicationCommandOptionTypes
=
ApplicationCommandOptionTypes
,
>
{
choices
:
{
name
:
string
;
value
:
T
extends
STRING
?
string
:
number
}
[]
;
}
Type Parameters
T
extends
ApplicationCommandOptionTypes
=
ApplicationCommandOptionTypes
Index
Properties
choices
Properties
choices
choices
:
{
name
:
string
;
value
:
T
extends
STRING
?
string
:
number
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
TouchGuild
Loading...