Represents an encrypted to-device event, after it has been decrypted.

Properties

Methods

Properties

encryptionInfo: ToDeviceEncryptionInfo

The encryption information for the event.

rawEvent: string

The 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).

The type of processed to-device event. Always ProcessedToDeviceEventType.Decrypted for this type.

Methods

  • Returns void