The type of response that is being sent.

Enumeration Members

APPLICATION_COMMAND_AUTOCOMPLETE_RESULT: 8
CHANNEL_MESSAGE_WITH_SOURCE: 4

Respond with a message, showing the user's input.

DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE: 5

Acknowledge a command without sending a message, showing the user's input. Requires follow-up.

DEFERRED_UPDATE_MESSAGE: 6

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

MODAL: 9
PONG: 1

Acknowledge a PING.

UPDATE_MESSAGE: 7

Edit the message the component was attached to.

Generated using TypeDoc