Enum ApplicationCommandType
Represents the types of application commands.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ApplicationCommandType : byte
Fields​
Slash​
A Slash command type
View Source​
Declaration
Slash = 1
User​
A Context Menu User command type
View Source​
Declaration
User = 2
Message​
A Context Menu Message command type
View Source​
Declaration
Message = 3