Table of Contents

Enum ApplicationCommandType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the type of an DiscordApplicationCommand.

public enum ApplicationCommandType

Fields

ChatInput = 1

This command is registered as a slash-command, aka "Chat Input".

User = 2

This command is registered as a user context menu, and is applicable when interacting a user.

Message = 3

This command is registered as a message context menu, and is applicable when interacting with a message.

AutoCompleteRequest = 4

Inbound only: An auto-complete option is being interacted with.

ModalSubmit = 5

Inbound only: A modal was submitted.