respondEphemeral
inline suspend fun ActionInteractionBehavior.respondEphemeral(builder: InteractionResponseCreateBuilder.() -> Unit): EphemeralMessageInteractionResponseBehavior(source)
Responds to the interaction with an ephemeral message.
Return
EphemeralMessageInteractionResponseBehavior ephemeral response to the interaction.
Parameters
builder
InteractionResponseCreateBuilder used to create the ephemeral response.
Throws
if something went wrong during the request.