PublicMessageInteractionResponseBehavior
An InteractionResponseBehavior returned when using respondPublic, respond, deferPublicMessageUpdate or updatePublicMessage.
This is the handle to a public message, it supports editing, deleting and sending followup messages to the interaction.
The message is visible to all users in the channel the interaction was sent from.
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 MessageInteractionResponseBehavior.
Requests to edit this PublicMessageInteractionResponseBehavior.
Returns a followup message for an interaction response.
Returns a followup message for an interaction response or null
if it was not found.