Table of Contents

Enum ApplicationCommandOptionType

Namespace
NetCord
Assembly
NetCord.dll

Represents a command parameter's type.

public enum ApplicationCommandOptionType

Fields

Attachment = 11

A Attachment object.

Boolean = 5

A true or false value.

Channel = 7

Any channel or category in the current guild.

Double = 10

A floating point number in the range -2^53 to 2^53.

Integer = 4

An integral number in the range -2^53 to 2^53.

Mentionable = 9

Any role in the current guild, or any user.

Role = 8

Any role in the current guild.

String = 3

A string value.

SubCommand = 1

A sub-command.

SubCommandGroup = 2

A group of sub-commands.

User = 6

Any user.