discordx
Preparing search index...
ContextMenu
Function ContextMenu
ContextMenu
<
TName
extends
string
>
(
options
:
Omit
<
ApplicationCommandOptions
<
NotEmpty
<
TName
>
,
never
>
&
{
type
:
Exclude
<
ApplicationCommandType
,
ApplicationCommandType.ChatInput
,
>
;
}
,
"description"
|
"descriptionLocalizations"
,
>
,
)
:
MethodDecoratorEx
Interact with context menu with a defined identifier
Type Parameters
TName
extends
string
Parameters
options
:
Omit
<
ApplicationCommandOptions
<
NotEmpty
<
TName
>
,
never
>
&
{
type
:
Exclude
<
ApplicationCommandType
,
ApplicationCommandType.ChatInput
>
;
}
,
"description"
|
"descriptionLocalizations"
,
>
Application command options
View Documentation
Returns
MethodDecoratorEx
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
discordx
Loading...
Interact with context menu with a defined identifier