Room Outbox Message
@Serializable
Constructors
Link copied to clipboard
constructor(transactionId: String, roomId: RoomId, content: T, sentAt: Instant? = null, eventId: EventId? = null, sendError: RoomOutboxMessage.SendError? = null, keepMediaInCache: Boolean = true)