Type Alias ruma::events::key::verification::accept::SyncKeyVerificationAcceptEvent
source · pub type SyncKeyVerificationAcceptEvent = SyncMessageLikeEvent<KeyVerificationAcceptEventContent>;
Available on crate feature
events
only.Expand description
An m.key.verification.accept
event from a sync_events
response.
Aliased Type§
enum SyncKeyVerificationAcceptEvent {
Original(OriginalSyncMessageLikeEvent<KeyVerificationAcceptEventContent>),
Redacted(RedactedSyncMessageLikeEvent<RedactedKeyVerificationAcceptEventContent>),
}
Variants§
Original(OriginalSyncMessageLikeEvent<KeyVerificationAcceptEventContent>)
Original, unredacted form of the event.
Redacted(RedactedSyncMessageLikeEvent<RedactedKeyVerificationAcceptEventContent>)
Redacted form of the event with minimal fields.