Module encrypted

Source
Expand description

Types for the m.room.encrypted room events.

Structs§

MegolmV1AesSha2Content
The event content for events encrypted with the m.megolm.v1.aes-sha2 algorithm.
OlmV1Curve25519AesSha2Content
The event content for events encrypted with the m.olm.v1.curve25519-aes-sha2 algorithm.
RoomEncryptedEventContent
The content for m.room.encrypted room events.
UnknownEncryptedContent
An unknown and unsupported m.room.encrypted event content.

Enums§

RoomEventEncryptionScheme
An enum for per encryption algorithm event contents.
ToDeviceEncryptedEventContent
The content for m.room.encrypted to-device events.

Type Aliases§

EncryptedEvent
An m.room.encrypted room event.
EncryptedToDeviceEvent
An m.room.encrypted to-device event.