Enum ApplicationCommandOptionType
Represents the type of parameter when invoking an interaction.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum ApplicationCommandOptionType
Fields
Name | Description |
---|---|
Attachment | Whether this parameter is a attachment. |
Boolean | Whether this parameter is a boolean. |
Channel | Whether this parameter is a Discord channel. |
Integer | Whether this parameter is an integer. |
Mentionable | Whether this parameter is a mentionable. |
Number | Whether this parameter is a number. |
Role | Whether this parameter is a Discord role. |
String | Whether this parameter is a string. |
SubCommand | Whether this parameter is another subcommand. |
SubCommandGroup | Whether this parameter is apart of a subcommand group. |
User | Whether this parameter is a Discord user. |