StoredOutboundMegolmSession

@Serializable
data class StoredOutboundMegolmSession(val roomId: RoomId, val createdAt: Instant = Clock.System.now(), val encryptedMessageCount: Long = 1, val newDevices: Map<UserId, Set<String>> = mapOf(), val pickled: String)

Constructors

Link copied to clipboard
constructor(roomId: RoomId, createdAt: Instant = Clock.System.now(), encryptedMessageCount: Long = 1, newDevices: Map<UserId, Set<String>> = mapOf(), pickled: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard