pub type KeyVerificationCancelEvent = MessageLikeEvent<KeyVerificationCancelEventContent>;
Expand description

An m.key.verification.cancel event.

Aliased Type§

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.