sendMessage
open suspend override fun sendMessage(roomId: RoomId, keepMediaInCache: Boolean, builder: suspend MessageBuilder.() -> Unit): String
Puts a message to the outbox.
Return
The transaction id that was used to send the message.
Puts a message to the outbox.
The transaction id that was used to send the message.