Expand description
Types for the m.room.encrypted event.
Modules§
- unstable_
state - Types for
m.room.encryptedstate events, as defined in MSC3414.
Structs§
- Ciphertext
Info - Ciphertext information holding the ciphertext and message type.
- Megolm
V1Aes Sha2 Content - The content of an
m.room.encryptedevent using them.megolm.v1.aes-sha2algorithm. - Megolm
V1Aes Sha2 Content Init - Mandatory initial set of fields of
MegolmV1AesSha2Content. - OlmV1
Curve25519 AesSha2 Content - The content of an
m.room.encryptedevent using them.olm.v1.curve25519-aes-sha2algorithm. - Redacted
Room Encrypted Event Content - Redacted form of
RoomEncryptedEventContent - Replacement
- The event this relation belongs to replaces another event.
- Room
Encrypted Event Content - The content of an
m.room.encryptedevent. - ToDevice
Room Encrypted Event Content - The to-device content of an
m.room.encryptedevent.
Enums§
- Encrypted
Event Scheme - The encryption scheme for
RoomEncryptedEventContent. - Relation
- Relationship information about an encrypted event.
Type Aliases§
- Original
Room Encrypted Event - An
m.room.encryptedevent. - Original
Sync Room Encrypted Event - An
m.room.encryptedevent from async_eventsresponse. - Redacted
Room Encrypted Event - An
m.room.encryptedevent that has been redacted. - Redacted
Sync Room Encrypted Event - An
m.room.encryptedevent from async_eventsresponse that has been redacted. - Room
Encrypted Event - An
m.room.encryptedevent. - Sync
Room Encrypted Event - An
m.room.encryptedevent from async_eventsresponse. - ToDevice
Room Encrypted Event - An
m.room.encryptedevent.