Enum DiscordInteractionType
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Represents the type of interaction used.
public enum DiscordInteractionType
  - Extension Methods
 
Fields
ApplicationCommand = 2An application command.
AutoComplete = 4An autocomplete field.
Component = 3A component.
ModalSubmit = 5A modal was submitted.
Ping = 1Sent when registering an HTTP interaction endpoint with Discord. Must be replied to with a Pong.