sendFollowupMessageEphemeral

suspend fun GatewayInteractionResponse.sendFollowupMessageEphemeral(build: WebhookMessageBuilder.() -> Unit): Message

Create and send a new ephemeral followup message, using the builder to build the request. This uses a webhook tied to the interaction ID and token.


Create and send a new ephemeral followup message containing an embed from the specified spec. This uses a webhook tied to the interaction ID and token.