Module room_key_withheld

Source
Expand description

Types for the m.room_key.withheld events.

Structs§

CommonWithheldCodeContent
Struct for most of the withheld code content variants.
NoOlmWithheldContent
No olm content (no room_id nor session_id)
UnknownRoomKeyWithHeld
Withheld info for unknown/unsupported encryption alhg

Enums§

MegolmV1AesSha2WithheldContent
Content for the m.room_key.withheld event for the m.megolm.v1.aes-sha2 algorithm.
RoomKeyWithheldContent
The m.room_key.withheld event content.

Type Aliases§

MegolmV2AesSha2WithheldContent
Megolm V2 variant of withheld content
RoomKeyWithheldEvent
The m.room_key_request to-device event.