MessageInteractionResponse
A MessageInteractionResponseBehavior that holds the message this is a handle to.
Parameters
message
The message. To use the message behavior your application must be authorized as a bot.
Inheritors
Properties
Link copied to clipboard
Copied from the Interaction the response is for.
Link copied to clipboard
The supplier used to request entities.
Link copied to clipboard
Copied from the Interaction the response is for.
Functions
Link copied to clipboard
inline suspend fun FollowupPermittingInteractionResponseBehavior.createEphemeralFollowup(builder: FollowupMessageCreateBuilder.() -> Unit): EphemeralFollowupMessage
Follows up an interaction response by sending a FollowupMessage with the Ephemeral flag.
Link copied to clipboard
inline suspend fun FollowupPermittingInteractionResponseBehavior.createPublicFollowup(builder: FollowupMessageCreateBuilder.() -> Unit): PublicFollowupMessage
Follows up an interaction response by sending a FollowupMessage without the Ephemeral flag.
Link copied to clipboard
inline suspend fun MessageInteractionResponseBehavior.edit(builder: InteractionResponseModifyBuilder.() -> Unit): MessageInteractionResponse
Requests to edit this MessageInteractionResponseBehavior.
Link copied to clipboard
Returns a followup message for an interaction response.
Link copied to clipboard
Returns a followup message for an interaction response or null
if it was not found.
Link copied to clipboard