trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
StoredOutboundMegolmSession
/
StoredOutboundMegolmSession
Stored
Outbound
Megolm
Session
fun
StoredOutboundMegolmSession
(
roomId
:
RoomId
,
createdAt
:
Instant
=
Clock.System.now()
,
encryptedMessageCount
:
Long
=
1
,
newDevices
:
Map
<
UserId
,
Set
<
String
>
>
=
mapOf()
,
pickled
:
String
)