Type Alias ruma::events::key::verification::cancel::KeyVerificationCancelEvent
source · pub type KeyVerificationCancelEvent = MessageLikeEvent<KeyVerificationCancelEventContent>;
Available on crate feature
events
only.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.