GitHub
S0n1c
Preparing search index...
The search index is not available
meinu
meinu
CommandInfoMessage
Interface CommandInfoMessage
Internal
Typings for a command initiated by a message context menu action.
interface
CommandInfoMessage
{
type
:
Message
;
name
:
string
|
Locales
;
owners_only
?:
boolean
;
nsfw
?:
boolean
;
integration_types
?:
ApplicationIntegrationType
[]
;
contexts
?:
InteractionContextType
[]
;
}
Hierarchy (
View Summary
)
CommandInfoBasics
CommandInfoMessage
Index
Properties
type
name
owners_
only?
nsfw?
integration_
types?
contexts?
Properties
type
type
:
Message
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
name
owners_
only
nsfw
integration_
types
contexts
GitHub
S0n1c
meinu
Loading...
Typings for a command initiated by a message context menu action.