ruma_events::key::verification

Module cancel

Source
Expand description

Types for the m.key.verification.cancel event.

Structs§

KeyVerificationCancelEventContent
The content of an in-room m.key.verification.cancel event.
RedactedKeyVerificationCancelEventContent
Redacted form of KeyVerificationCancelEventContent
ToDeviceKeyVerificationCancelEventContent
The content of a to-device m.key.verification.cancel event.

Enums§

CancelCode
An error code for why the process/request was cancelled by the user.

Type Aliases§

KeyVerificationCancelEvent
An m.key.verification.cancel event.
OriginalKeyVerificationCancelEvent
An m.key.verification.cancel event.
OriginalSyncKeyVerificationCancelEvent
An m.key.verification.cancel event from a sync_events response.
RedactedKeyVerificationCancelEvent
An m.key.verification.cancel event that has been redacted.
RedactedSyncKeyVerificationCancelEvent
An m.key.verification.cancel event from a sync_events response that has been redacted.
SyncKeyVerificationCancelEvent
An m.key.verification.cancel event from a sync_events response.
ToDeviceKeyVerificationCancelEvent
An m.key.verification.cancel event.