Enum InteractionType
Represents the type of interaction used.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum InteractionType
Fields
Name | Description |
---|---|
ApplicationCommand | An application command. |
AutoComplete | An autocomplete field. |
Component | A component. |
ModalSubmit | A modal component. |
Ping | Sent when registering an HTTP interaction endpoint with Discord. Must be replied to with a Pong. |