Enum ApplicationCommandType
- Namespace
- NetCord
- Assembly
- NetCord.dll
Indicates how a command is invoked client-side.
public enum ApplicationCommandType
Fields
ChatInput = 1
Slash command. Displayed when a user types
/
in chat.Message = 3
UI-based. Displayed when right clicking or tapping on a message.
User = 2
UI-based. Displayed when right clicking or tapping on a user.