Table of Contents

Enum InteractionType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the type of interaction used.

public enum InteractionType

Fields

Ping = 1

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

ApplicationCommand = 2

An application command.

Component = 3

A component.

AutoComplete = 4

An autocomplete field.

ModalSubmit = 5

A modal component.