Readonly
eventThe JSON-encoded decrypted event.
Readonly
forwardingReturns an empty array
Previously, this returned the chain of Curve25519 keys through which
this session was forwarded, via m.forwarded_room_key
events.
However, that is not cryptographically reliable, and clients should not
be using it.
Readonly
senderThe user ID of the event sender, note this is untrusted data
unless the verification_state
is as well trusted.
Readonly
senderThe signing Ed25519 key that have created the megolm key that was used to decrypt this session.
Readonly
senderThe Curve25519 key of the device that created the megolm decryption key originally.
Readonly
senderThe device ID of the device that sent us the event, note this
is untrusted data unless verification_state
is as well
trusted.
The verification state of the device that sent us the event. Note this is the state of the device at the time of decryption. It may change in the future if a device gets verified or deleted.
A decrypted room event.