Enum ApplicationCommandOptionType
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents a command parameter's type.
public enum ApplicationCommandOptionType
Fields
Attachment = 11A Attachment object.
Boolean = 5Channel = 7Any channel or category in the current guild.
Double = 10A floating point number in the range
-2^53to2^53.Integer = 4An integral number in the range
-2^53to2^53.Mentionable = 9Any role in the current guild, or any user.
Role = 8Any role in the current guild.
String = 3A string value.
SubCommand = 1A sub-command.
If present, the root ApplicationCommandInteraction can no longer be invoked.
SubCommandGroup = 2A group of sub-commands.
If present, the root ApplicationCommandInteraction can no longer be invoked.
User = 6Any user.