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