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