ruma::events::key::verification

Module done

Source
Available on crate feature events only.
Expand description

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

Structs§

KeyVerificationDoneEventContent
The payload for a in-room m.key.verification.done event.
RedactedKeyVerificationDoneEventContent
Redacted form of KeyVerificationDoneEventContent
ToDeviceKeyVerificationDoneEventContent
The content of a to-device m.m.key.verification.done event.

Type Aliases§

KeyVerificationDoneEvent
An m.key.verification.done event.
OriginalKeyVerificationDoneEvent
An m.key.verification.done event.
OriginalSyncKeyVerificationDoneEvent
An m.key.verification.done event from a sync_events response.
RedactedKeyVerificationDoneEvent
An m.key.verification.done event that has been redacted.
RedactedSyncKeyVerificationDoneEvent
An m.key.verification.done event from a sync_events response that has been redacted.
SyncKeyVerificationDoneEvent
An m.key.verification.done event from a sync_events response.
ToDeviceKeyVerificationDoneEvent
An m.key.verification.done event.