pub type SecretSendEvent = ToDeviceEvent<SecretSendContent>;Expand description
The m.secret.send to-device event.
Aliased Type§
pub struct SecretSendEvent {
pub sender: OwnedUserId,
pub content: SecretSendContent,
/* private fields */
}Fields§
§sender: OwnedUserIdThe sender of the to-device event.
content: SecretSendContentThe content of the to-device event.