Enum ApplicationCommandType
Represents the types of application commands.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ApplicationCommandType : byte
Fields
Name | Description |
---|---|
Message | A Context Menu Message command type |
Slash | A Slash command type |
User | A Context Menu User command type |