pub type KeyVerificationCancelEvent = MessageLikeEvent<KeyVerificationCancelEventContent>;Available on crate feature 
events only.Expand description
An m.key.verification.cancel event.
Aliased Type§
pub enum KeyVerificationCancelEvent {
    Original(OriginalMessageLikeEvent<KeyVerificationCancelEventContent>),
    Redacted(RedactedMessageLikeEvent<RedactedKeyVerificationCancelEventContent>),
}Variants§
Original(OriginalMessageLikeEvent<KeyVerificationCancelEventContent>)
Original, unredacted form of the event.
Redacted(RedactedMessageLikeEvent<RedactedKeyVerificationCancelEventContent>)
Redacted form of the event with minimal fields.