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