Enum DiscordInteractionResponseType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents the type of interaction response
public enum DiscordInteractionResponseType
- Extension Methods
Fields
AutoCompleteResult = 8Responds to an auto-complete request.
ChannelMessageWithSource = 4Responds to the interaction with a message.
DeferredChannelMessageWithSource = 5Acknowledges an interaction to edit to a response later. The user sees a "thinking" state.
DeferredMessageUpdate = 6Acknowledges a component interaction to allow a response later.
Modal = 9Respond to an interaction with a modal popup.
Pong = 1Acknowledges a Ping.
UpdateMessage = 7Responds to a component interaction by editing the message it's attached to.