pub type SyncKeyVerificationAcceptEvent = SyncMessageLikeEvent<KeyVerificationAcceptEventContent>;Expand description
An m.key.verification.accept event from a sync_events response.
Aliased Type§
pub 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.