Chameleon
Preparing search index...
ApplicationCommandOption
Interface ApplicationCommandOption
interface
ApplicationCommandOption
{
type
:
number
;
name
:
string
;
nameLocalizations
?:
Record
<
string
,
string
>
;
description
:
string
;
descriptionLocalizations
?:
Record
<
string
,
string
>
;
required
?:
boolean
;
choices
?:
ApplicationCommandOptionChoice
[]
;
options
?:
ApplicationCommandOption
[]
;
channelTypes
?:
number
[]
;
minValue
?:
number
;
maxValue
?:
number
;
minLength
?:
number
;
maxLength
?:
number
;
autocomplete
?:
boolean
;
}
Index
Properties
type
name
name
Localizations?
description
description
Localizations?
required?
choices?
options?
channel
Types?
min
Value?
max
Value?
min
Length?
max
Length?
autocomplete?
Properties
type
type
:
number
name
name
:
string
Optional
name
Localizations
nameLocalizations
?:
Record
<
string
,
string
>
description
description
:
string
Optional
description
Localizations
descriptionLocalizations
?:
Record
<
string
,
string
>
Optional
required
required
?:
boolean
Optional
choices
choices
?:
ApplicationCommandOptionChoice
[]
Optional
options
options
?:
ApplicationCommandOption
[]
Optional
channel
Types
channelTypes
?:
number
[]
Optional
min
Value
minValue
?:
number
Optional
max
Value
maxValue
?:
number
Optional
min
Length
minLength
?:
number
Optional
max
Length
maxLength
?:
number
Optional
autocomplete
autocomplete
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
name
name
Localizations
description
description
Localizations
required
choices
options
channel
Types
min
Value
max
Value
min
Length
max
Length
autocomplete
Chameleon
Loading...