Enum DiscordApplicationCommandType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents the type of a DiscordApplicationCommand.
public enum DiscordApplicationCommandType
- Extension Methods
Fields
ActivityEntryPoint = 4
This command serves as the primary entry point into the app's activity.
MessageContextMenu = 3
This command is registered as a message context menu, and is applicable when interacting with a message.
SlashCommand = 1
This command is registered as a slash-command, aka "Chat Input".
UserContextMenu = 2
This command is registered as a user context menu, and is applicable when interacting a user.