Enum ApplicationCommandType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the type of an DiscordApplicationCommand.
public enum ApplicationCommandType
Fields
ChatInput = 1Slash commands; a text-based command that shows up when a user types "/".
User = 2A UI-based command that shows up when you right click or tap on a user.
Message = 3A UI-based command that shows up when you right click or tap on a message.
PrimaryEntryPoint = 4A UI-based command that represents the primary way to invoke an app's Activit.