trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
EncryptedEventContent
/
MegolmEncryptedEventContent
/
MegolmEncryptedEventContent
Megolm
Encrypted
Event
Content
fun
MegolmEncryptedEventContent
(
ciphertext
:
String
,
senderKey
:
Key.Curve25519Key
?
=
null
,
deviceId
:
String
?
=
null
,
sessionId
:
String
,
relatesTo
:
RelatesTo
?
=
null
)