pub type ToDeviceSecretSendEvent = ToDeviceEvent<ToDeviceSecretSendEventContent>;Expand description
An m.secret.send event.
Aliased Type§
pub struct ToDeviceSecretSendEvent {
pub content: ToDeviceSecretSendEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceSecretSendEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.