enum InteractionResponseType

external
export declare enum InteractionResponseType

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type

Members

external
ApplicationCommandAutocompleteResult = 8

For autocomplete interactions

external
ChannelMessageWithSource = 4

Respond to an interaction with a message

external
DeferredChannelMessageWithSource = 5

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

external
DeferredMessageUpdate = 6

ACK a button interaction and update it to a loading state

external
LaunchActivity = 12

Launch the Activity associated with the app.

Respond to an interaction with an modal for a user to fill-out

external
Pong = 1

ACK a Ping

deprecatedexternal
PremiumRequired = 10

Respond to an interaction with an upgrade button, only available for apps with monetization enabled

external
UpdateMessage = 7

ACK a button interaction and edit the message to which the button was attached