Readonly
encryptionThe encryption information for the event.
Readonly
rawThe decrypted event, as if it had been sent in the clear, encoded as JSON.
Typically contains properties type
, sender
and content
.
(For room keys or secrets, some part of the content might have been zeroized).
Readonly
typeThe type of processed to-device event. Always ProcessedToDeviceEventType.Decrypted for this type.
Represents an encrypted to-device event, after it has been decrypted.