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