Enum ApplicationCommandOptionType
Represents the type of parameter when invoking an interaction.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum ApplicationCommandOptionType
Fields
Name | Description |
---|---|
Attachment | Whether this parameter is a Discord 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 (role or user). |
Number | Whether this parameter is a double. |
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. |