GitHub
S0n1c
Preparing search index...
The search index is not available
meinu
meinu
CommandInfoChat
Interface CommandInfoChat
Internal
Typings for a command initiated by a slash command.
interface
CommandInfoChat
{
type
?:
ChatInput
;
description
:
string
|
Locales
;
options
?:
ApplicationCommandOptionData
[]
;
name
:
string
|
Locales
;
owners_only
?:
boolean
;
nsfw
?:
boolean
;
integration_types
?:
ApplicationIntegrationType
[]
;
contexts
?:
InteractionContextType
[]
;
}
Hierarchy (
View Summary
)
CommandInfoBasics
CommandInfoChat
Index
Properties
type?
description
options?
name
owners_
only?
nsfw?
integration_
types?
contexts?
Properties
Optional
type
type
?:
ChatInput
description
description
:
string
|
Locales
Optional
options
options
?:
ApplicationCommandOptionData
[]
name
name
:
string
|
Locales
Optional
owners_
only
owners_only
?:
boolean
Default
false
Copy
Optional
nsfw
nsfw
?:
boolean
Default
false
Copy
Optional
integration_
types
integration_types
?:
ApplicationIntegrationType
[]
Optional
contexts
contexts
?:
InteractionContextType
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
description
options
name
owners_
only
nsfw
integration_
types
contexts
GitHub
S0n1c
meinu
Loading...
Typings for a command initiated by a slash command.