ruma_events::key::verification

Module start

Source
Expand description

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

Structs§

KeyVerificationStartEventContent
The content of an in-room m.key.verification.start event.
ReciprocateV1Content
The payload of an m.key.verification.start event using the m.sas.v1 method.
RedactedKeyVerificationStartEventContent
Redacted form of KeyVerificationStartEventContent
SasV1Content
The payload of an m.key.verification.start event using the m.sas.v1 method.
SasV1ContentInit
Mandatory initial set of fields for creating an SasV1Content.
ToDeviceKeyVerificationStartEventContent
The content of a to-device m.key.verification.start event.

Enums§

StartMethod
An enum representing the different method specific m.key.verification.start content.

Type Aliases§

KeyVerificationStartEvent
An m.key.verification.start event.
OriginalKeyVerificationStartEvent
An m.key.verification.start event.
OriginalSyncKeyVerificationStartEvent
An m.key.verification.start event from a sync_events response.
RedactedKeyVerificationStartEvent
An m.key.verification.start event that has been redacted.
RedactedSyncKeyVerificationStartEvent
An m.key.verification.start event from a sync_events response that has been redacted.
SyncKeyVerificationStartEvent
An m.key.verification.start event from a sync_events response.
ToDeviceKeyVerificationStartEvent
An m.key.verification.start event.