Enum ApplicationCommandOptionType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the type of parameter when invoking an interaction.
public enum ApplicationCommandOptionType
Fields
SubCommand = 1Whether this parameter is another subcommand.
SubCommandGroup = 2Whether this parameter is apart of a subcommand group.
String = 3Whether this parameter is a string.
Integer = 4Whether this parameter is an integer.
Boolean = 5Whether this parameter is a boolean.
User = 6Whether this parameter is a Discord user.
Channel = 7Whether this parameter is a Discord channel.
Role = 8Whether this parameter is a Discord role.
Mentionable = 9Whether this parameter is a mentionable.
Number = 10Whether this parameter is a number.
Attachment = 11Whether this parameter is a attachment.