EphemeralMessageInteractionResponseBehavior
An InteractionResponseBehavior returned when using respondEphemeral, respond, deferEphemeralMessageUpdate or updateEphemeralMessage.
This is the handle to an ephemeral message, it supports editing, deleting and sending followup messages to the interaction.
The message is only visible to the user who invoked the interaction.
Inheritors
Properties
Copied from the Interaction the response is for.
The supplier used to request entities.
Copied from the Interaction the response is for.
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.
Returns a followup message for an interaction response.
Returns a followup message for an interaction response or null
if it was not found.