EphemeralMessageInteractionResponse
An EphemeralMessageInteractionResponseBehavior that holds the message this is a handle to.
Parameters
The message. Any rest calls made through the message behavior, e.g. message.delete(), will throw since ephemeral messages are not accessible through bot authorization.
Constructors
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.