Class

EncryptedRoomEvent

EncryptedRoomEvent()

Represents an m.room.encrypted room event
Constructor

# new EncryptedRoomEvent()

View Source models/events/EncryptedRoomEvent.ts, line 7

Classes

EncryptedRoomEvent

Members

# algorithm

The encryption algorithm used on the event. Should match the m.room.encryption state config.

View Source models/events/EncryptedRoomEvent.ts, line 15

# megolmProperties

The Megolm encrypted payload information.

View Source models/events/EncryptedRoomEvent.ts, line 21

Methods

# algorithm() → {EncryptionAlgorithm}

The encryption algorithm used on the event. Should match the m.room.encryption state config.

View Source models/events/EncryptedRoomEvent.ts, line 66

# megolmProperties() → {IMegolmEncrypted}

The Megolm encrypted payload information.

View Source models/events/EncryptedRoomEvent.ts, line 73