Type Alias ruma::events::key::verification::cancel::SyncKeyVerificationCancelEvent
source · pub type SyncKeyVerificationCancelEvent = SyncMessageLikeEvent<KeyVerificationCancelEventContent>;
Available on crate feature
events
only.Expand description
An m.key.verification.cancel
event from a sync_events
response.
Aliased Type§
enum SyncKeyVerificationCancelEvent {
Original(OriginalSyncMessageLikeEvent<KeyVerificationCancelEventContent>),
Redacted(RedactedSyncMessageLikeEvent<RedactedKeyVerificationCancelEventContent>),
}
Variants§
Original(OriginalSyncMessageLikeEvent<KeyVerificationCancelEventContent>)
Original, unredacted form of the event.
Redacted(RedactedSyncMessageLikeEvent<RedactedKeyVerificationCancelEventContent>)
Redacted form of the event with minimal fields.