DeferredPublicMessageInteractionResponseBehavior
An InteractionResponseBehavior returned when using ActionInteractionBehavior.deferPublicResponse.
The main operation this handle supports is respond, the user will see a 'loading' animation until it is invoked.
The 'loading' animation is visible to all users in the channel the interaction was sent from.
This handle does not support sending followup messages to the interaction.
Properties
Copied from the Interaction the response is for.
The supplier used to request entities.
Copied from the Interaction the response is for.
Functions
Requests to delete the response.
Returns a followup message for an interaction response.
Returns a followup message for an interaction response or null
if it was not found.
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.