Type Alias ruma_events::key::verification::accept::KeyVerificationAcceptEvent
source · pub type KeyVerificationAcceptEvent = MessageLikeEvent<KeyVerificationAcceptEventContent>;
Expand description
An m.key.verification.accept
event.
Aliased Type§
enum KeyVerificationAcceptEvent {
Original(OriginalMessageLikeEvent<KeyVerificationAcceptEventContent>),
Redacted(RedactedMessageLikeEvent<RedactedKeyVerificationAcceptEventContent>),
}
Variants§
Original(OriginalMessageLikeEvent<KeyVerificationAcceptEventContent>)
Original, unredacted form of the event.
Redacted(RedactedMessageLikeEvent<RedactedKeyVerificationAcceptEventContent>)
Redacted form of the event with minimal fields.