ComponentInteractionBehavior
The behavior of a ComponentInteraction or a ModalSubmitInteraction that contains a message.
Inheritors
Properties
Functions
Acknowledges the interaction with the intent of updating the original public message later by calling edit on the returned object.
Acknowledges the interaction with the intent of responding with a public message later by calling respond on the returned object.
Acknowledges the interaction with the intent of responding with a public message later by calling edit on the returned object.
Returns the initial interaction response.
Returns the initial interaction response or null
if it was not found.
Responds to the interaction with an ephemeral message.
Responds to the interaction with a public message.
Responds to the interaction by updating the original ephemeral message.
Responds to the interaction by updating the original public message.