Enum ApplicationCommandType
Represents the type of an DiscordApplicationCommand.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum ApplicationCommandType
Fields
Name | Description |
---|---|
AutoCompleteRequest | Inbound only: An auto-complete option is being interacted with. |
MessageContextMenu | This command is registered as a message context menu, and is applicable when interacting with a message. |
SlashCommand | This command is registered as a slash-command, aka "Chat Input". |
UserContextMenu | This command is registered as a user context menu, and is applicable when interacting a user. |