sendFollowupMessageEphemeral
suspend fun GatewayInteractionResponse.sendFollowupMessageEphemeral(build: WebhookMessageBuilder.() -> Unit): Message
Content copied to clipboard
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.
suspend fun GatewayInteractionResponse.sendFollowupMessageEphemeral(spec: EmbedCreateSpec): Message
Content copied to clipboard
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.