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