Enumeration InteractionResponseTypes

Enumeration Members

APPLICATION_COMMAND_AUTOCOMPLETE_RESULT: 8

Respond to an autocomplete interaction with suggested choices

CHANNEL_MESSAGE_WITH_SOURCE: 4

Respond to an interaction with a message

DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE: 5

Acknowledge an interaction and send a message later; the user sees a loading state

DEFERRED_UPDATE_MESSAGE: 6

Acknowledge an interaction and edit the original message later; the user does not see a loading state

LAUNCH_ACTIVITY: 12

Launch an embedded activity associated with the application

MODAL: 9

Respond to an interaction with a popup modal

PONG: 1

Acknowledge a PING interaction

PREMIUM_REQUIRED: 10

Deprecated

UPDATE_MESSAGE: 7

Edit the message that the interacted component was attached to