RoomOutboxMessage

constructor(transactionId: String, roomId: RoomId, content: T, sentAt: Instant? = null, retryCount: Int = 0, keepMediaInCache: Boolean = true, mediaUploadProgress: MutableStateFlow<FileTransferProgress?> = MutableStateFlow(null))