ruma::events::key::verification

Module accept

Source
Available on crate feature events only.
Expand description

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

Structs§

KeyVerificationAcceptEventContent
The content of a in-room m.key.verification.accept event.
RedactedKeyVerificationAcceptEventContent
Redacted form of KeyVerificationAcceptEventContent
SasV1Content
The payload of an m.key.verification.accept event using the m.sas.v1 method.
SasV1ContentInit
Mandatory initial set of fields for creating an accept SasV1Content.
ToDeviceKeyVerificationAcceptEventContent
The content of a to-device m.key.verification.accept event.

Enums§

AcceptMethod
An enum representing the different method specific m.key.verification.accept content.

Type Aliases§

KeyVerificationAcceptEvent
An m.key.verification.accept event.
OriginalKeyVerificationAcceptEvent
An m.key.verification.accept event.
OriginalSyncKeyVerificationAcceptEvent
An m.key.verification.accept event from a sync_events response.
RedactedKeyVerificationAcceptEvent
An m.key.verification.accept event that has been redacted.
RedactedSyncKeyVerificationAcceptEvent
An m.key.verification.accept event from a sync_events response that has been redacted.
SyncKeyVerificationAcceptEvent
An m.key.verification.accept event from a sync_events response.
ToDeviceKeyVerificationAcceptEvent
An m.key.verification.accept event.