pub type Messages = BTreeMap<OwnedUserId, BTreeMap<DeviceIdOrAllDevices, Raw<AnyToDeviceEventContent>>>;
Available on crate feature api and (crate features client or server) only.
Expand description

Messages to send in a send-to-device request.

Represented as a map of { user-ids => { device-ids => message-content } }.

Aliased Type§

struct Messages { /* private fields */ }