Table of Contents

Enum ApplicationCommandOptionType

Namespace
Discord
Assembly
Discord.Net.Core.dll

The option type of the Slash command parameter, See the discord docs.

public enum ApplicationCommandOptionType : byte

Fields

Attachment = 11

A IAttachment.

Boolean = 5

A bool.

Channel = 7

A IGuildChannel.

Integer = 4

An long.

Mentionable = 9

A IUser or IRole.

Number = 10

A double.

Role = 8

A IRole.

String = 3

A string of text.

SubCommand = 1

A sub command.

SubCommandGroup = 2

A group of sub commands.

User = 6

A IUser.