Type Definition ruma::events::secret::send::SendToDeviceEvent[][src]

pub type SendToDeviceEvent = ToDeviceEvent<SendToDeviceEventContent>;
This is supported on crate feature events only.
Expand description

An event sent by a client to share a secret with another device, in response to an m.secret.request event.

It must be encrypted as an m.room.encrypted event, then sent as a to-device event.