send Message
Send a follow-up message with the given content.
Return
A WebhookMessageAction
Parameters
content
The content for the message.
Send a follow-up message with the given content.
Return
A WebhookMessageAction
Parameters
message
The message to send.
open fun sendMessage(builder: MessageBuilder): WebhookMessageAction<Message>
Content copied to clipboard
Send a follow-up message with the given content.
Return
A WebhookMessageAction
Parameters
builder
The message builder.
open fun sendMessage(builder: MessageBuilder.() -> Unit): WebhookMessageAction<Message>
Content copied to clipboard
Send a follow-up message with the given content.
Return
A WebhookMessageAction
Parameters
builder
The message builder function.