Skip to main content

KeyBackupEvent

Type Alias KeyBackupEvent 

Source
pub type KeyBackupEvent = GlobalAccountDataEvent<KeyBackupEventContent>;
Available on crate feature events only.
Expand description

An m.key_backup event.

Aliased Type§

pub struct KeyBackupEvent {
    pub content: KeyBackupEventContent,
}

Fields§

§content: KeyBackupEventContent

Data specific to the event type.