Table of Contents

Enum ApplicationCommandType

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the types of application commands.

public enum ApplicationCommandType : byte

Fields

Message = 3

A Context Menu Message command type

Slash = 1

A Slash command type

User = 2

A Context Menu User command type