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