Enum ApplicationCommandType
- Namespace
- NetCord
- Assembly
- NetCord.dll
Indicates how a command is invoked client-side.
public enum ApplicationCommandType
Fields
ChatInput = 1Slash command. Displayed when a user types
/in chat.EntryPoint = 4UI-based. Represents the primary way to invoke an app's Activity.
Message = 3UI-based. Displayed when right clicking or tapping on a message.
User = 2UI-based. Displayed when right clicking or tapping on a user.