Table of Contents

Enum DiscordInteractionType

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents the type of interaction used.

public enum DiscordInteractionType
Extension Methods

Fields

ApplicationCommand = 2

An application command.

AutoComplete = 4

An autocomplete field.

Component = 3

A component.

ModalSubmit = 5

A modal was submitted.

Ping = 1

Sent when registering an HTTP interaction endpoint with Discord. Must be replied to with a Pong.