Preparing search index...
The search index is not available
TouchGuild
TouchGuild
types/applications
ApplicationCommand
Interface ApplicationCommand
interface
ApplicationCommand
{
name
:
string
;
nameLocalizations
?:
Partial
<
Record
<
Locales
,
string
>
>
;
options
?:
ApplicationCommandOption
[]
;
type
:
CHAT_INPUT
;
}
Hierarchy (
View Summary
)
ApplicationCommand
PrivateApplicationCommand
Index
Properties
name
name
Localizations?
options?
type
Properties
name
name
:
string
Optional
name
Localizations
nameLocalizations
?:
Partial
<
Record
<
Locales
,
string
>
>
Optional
options
options
?:
ApplicationCommandOption
[]
type
type
:
CHAT_INPUT
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
name
Localizations
options
type
TouchGuild
Loading...