pub type KeyVerificationReadyEvent = MessageLikeEvent<KeyVerificationReadyEventContent>;Expand description
An m.key.verification.ready event.
Aliased Type§
pub enum KeyVerificationReadyEvent {
Original(OriginalMessageLikeEvent<KeyVerificationReadyEventContent>),
Redacted(RedactedMessageLikeEvent<RedactedKeyVerificationReadyEventContent>),
}Variants§
Original(OriginalMessageLikeEvent<KeyVerificationReadyEventContent>)
Original, unredacted form of the event.
Redacted(RedactedMessageLikeEvent<RedactedKeyVerificationReadyEventContent>)
Redacted form of the event with minimal fields.