Enum DiscordInteractionResponseState
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents the state of an interaction regarding responding.
public enum DiscordInteractionResponseState
- Extension Methods
Fields
Deferred = 1
The interaction was deferred; a followup or edit is required.
Replied = 2
The interaction was replied to; no further action is required.
Unacknowledged = 0
The interaction has not been acknowledged; a response is required.