sendMessage

fun sendMessage(message: String): Completable

Sends a text message to this chat.

Return

A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

message

text to be sent.