pub type SyncKeyVerificationCancelEvent = SyncMessageLikeEvent<KeyVerificationCancelEventContent>;Expand description
An m.key.verification.cancel event from a sync_events response.
Aliased Type§
pub 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.