pub type SecretStorageDefaultKeyEvent = GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>;Expand description
An m.secret_storage.default_key event.
Aliased Type§
pub struct SecretStorageDefaultKeyEvent {
pub content: SecretStorageDefaultKeyEventContent,
}Fields§
§content: SecretStorageDefaultKeyEventContentData specific to the event type.