reply Message
Reply to the event with the given content.
Return
A WebhookMessageAction
Parameters
content
The content for the message.
Reply to the event with the given content.
Return
A WebhookMessageAction
Parameters
message
The message to reply with.
open fun replyMessage(builder: MessageCreateBuilder): ReplyCallbackAction
Content copied to clipboard
Reply to the event with the given content.
Return
A WebhookMessageAction
Parameters
builder
The message builder.
open fun replyMessage(builder: MessageCreateBuilder.() -> Unit): ReplyCallbackAction
Content copied to clipboard
SReply to the event with the given content.
Return
A WebhookMessageAction
Parameters
builder
The message builder function.