Type Alias ruma_events::key::verification::cancel::SyncKeyVerificationCancelEvent
source · pub type SyncKeyVerificationCancelEvent = SyncMessageLikeEvent<KeyVerificationCancelEventContent>;
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.