Expand description
Types for the m.room.encrypted
room events.
Structs§
- Megolm
V1Aes Sha2 Content - The event content for events encrypted with the m.megolm.v1.aes-sha2 algorithm.
- OlmV1
Curve25519 AesSha2 Content - The event content for events encrypted with the m.olm.v1.curve25519-aes-sha2 algorithm.
- Room
Encrypted Event Content - The content for
m.room.encrypted
room events. - Unknown
Encrypted Content - An unknown and unsupported
m.room.encrypted
event content.
Enums§
- Room
Event Encryption Scheme - An enum for per encryption algorithm event contents.
- ToDevice
Encrypted Event Content - The content for
m.room.encrypted
to-device events.
Type Aliases§
- Encrypted
Event - An m.room.encrypted room event.
- Encrypted
ToDevice Event - An m.room.encrypted to-device event.