createPublicFollowup
inline suspend fun FollowupPermittingInteractionResponseBehavior.createPublicFollowup(builder: FollowupMessageCreateBuilder.() -> Unit): PublicFollowupMessage(source)
Follows up an interaction response by sending a FollowupMessage without the Ephemeral flag.
The response message is visible to all users in the channel the interaction was sent from.
Throws
if something went wrong during the request.