trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events
/
DecryptedOlmEvent
Decrypted
Olm
Event
@
Serializable
data
class
DecryptedOlmEvent
<
C
:
EventContent
>
(
val
content
:
C
,
val
sender
:
UserId
,
val
senderKeys
:
Keys
,
val
recipient
:
UserId
,
val
recipientKeys
:
Keys
)
Members
Constructors
Decrypted
Olm
Event
Link copied to clipboard
constructor
(
content
:
C
,
sender
:
UserId
,
senderKeys
:
Keys
,
recipient
:
UserId
,
recipientKeys
:
Keys
)
Properties
content
Link copied to clipboard
val
content
:
C
recipient
Link copied to clipboard
val
recipient
:
UserId
recipient
Keys
Link copied to clipboard
val
recipientKeys
:
Keys
sender
Link copied to clipboard
val
sender
:
UserId
sender
Keys
Link copied to clipboard
val
senderKeys
:
Keys