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