sendMessage

fun sendMessage(message: Message, isRetrying: Boolean = false): Call<Message>

Sends the message to the given channel with side effects if there is any plugin added in the client.

Return

Executable async Call responsible for sending a message.

Parameters

message

Message to send.

isRetrying

True if this message is being retried.