replyMessage

fun replyMessage(content: String): ReplyCallbackAction

Reply to the event with the given content.

Return

A ReplyCallbackAction

Parameters

content

The content for the message.


fun replyMessage(message: Message): ReplyCallbackAction

Reply to the event with the given content.

Return

A ReplyCallbackAction

Parameters

message

The message to reply with.


fun replyMessage(builder: MessageCreateBuilder): ReplyCallbackAction

Reply to the event with the given content.

Return

A ReplyCallbackAction

Parameters

builder

The message builder.


fun replyMessage(builder: MessageCreateBuilder.() -> Unit): ReplyCallbackAction

SReply to the event with the given content.

Return

A ReplyCallbackAction

Parameters

builder

The message builder function.