Enum ApplicationCommandOptionType
The option type of the Slash command parameter, See the discord docs.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ApplicationCommandOptionType : byte
Fields
Name | Description |
---|---|
Attachment | A IAttachment. |
Boolean | A langword_csharp_bool. |
Channel | |
Integer | An langword_csharp_long. |
Mentionable | |
Number | A |
Role | A IRole. |
String | A langword_csharp_string of text. |
SubCommand | A sub command. |
SubCommandGroup | A group of sub commands. |
User | A IUser. |