sendFollowupMessage
abstract suspend fun sendFollowupMessage(content: String, ephemeral: Boolean = false): Message
Content copied to clipboard
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
Content copied to clipboard
Create and send a new followup message using the provided spec. This uses a webhook tied to the interaction ID and token.