sendFollowupMessage

abstract suspend fun sendFollowupMessage(content: String, ephemeral: Boolean = false): Message

Create and send a new followup message with the provided content. This uses a webhook tied to the interaction ID and token.


abstract suspend fun sendFollowupMessage(spec: WebhookExecuteSpec): Message

Create and send a new followup message using the provided spec. This uses a webhook tied to the interaction ID and token.