Package-level declarations
Types
An InteractionResponseBehavior for an ephemeral response to an Interaction.
An InteractionResponseBehavior that supports sending followup messages to the interaction by using createPublicFollowup or createEphemeralFollowup.
A handle for operations that can follow an Interaction Response.
An InteractionResponseBehavior returned when using ModalParentInteractionBehavior.modal.
An InteractionResponseBehavior for a public response to an Interaction.
Functions
Follows up an interaction response by sending a FollowupMessage with the Ephemeral flag.
Follows up an interaction response by sending a FollowupMessage without the Ephemeral flag.
Requests to edit this EphemeralMessageInteractionResponseBehavior.
Requests to edit this MessageInteractionResponseBehavior.
Requests to edit this PublicMessageInteractionResponseBehavior.
Sends an ephemeral response message that was previously deferred by using ActionInteractionBehavior.deferEphemeralResponse.
Sends a response message that was previously deferred by using ActionInteractionBehavior.deferPublicResponse or ActionInteractionBehavior.deferEphemeralResponse.
Sends a public response message that was previously deferred by using ActionInteractionBehavior.deferPublicResponse.