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