[][src]Module ruma_events::room::encrypted

Types for the m.room.encrypted event.

Structs

CiphertextInfo

Ciphertext information holding the ciphertext and message type.

EncryptedEvent

This event type is used when sending encrypted events.

MegolmV1AesSha2Content

The payload for EncryptedEvent using the m.megolm.v1.aes-sha2 algorithm.

OlmV1Curve25519AesSha2Content

The payload for EncryptedEvent using the m.olm.v1.curve25519-aes-sha2 algorithm.

Enums

EncryptedEventContent

The payload for EncryptedEvent.