Skip to main content

Enum InteractionResponseType

The response type for an Discord.IDiscordInteraction.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum InteractionResponseType : byte

Fields​

Pong​

ACK a Ping.

View Source​
Declaration
Pong = 1

ChannelMessageWithSource​

Respond to an interaction with a message.

View Source​
Declaration
ChannelMessageWithSource = 4

DeferredChannelMessageWithSource​

ACK an interaction and edit a response later, the user sees a loading state.

View Source​
Declaration
DeferredChannelMessageWithSource = 5

DeferredUpdateMessage​

For components: ACK an interaction and edit the original message later; the user does not see a loading state.

View Source​
Declaration
DeferredUpdateMessage = 6

UpdateMessage​

For components: edit the message the component was attached to.

View Source​
Declaration
UpdateMessage = 7

ApplicationCommandAutocompleteResult​

Respond with a set of choices to a autocomplete interaction.

View Source​
Declaration
ApplicationCommandAutocompleteResult = 8