Skip to main content

Devices

Type Alias Devices 

Source
type Devices = SmallVec<[(OwnedUserId, OwnedDeviceId); 1]>;
Expand description

The MSC3202-interesting devices of one transaction: the appservice sender’s plus matched PDU senders’ devices and the to-device recipients.

Aliased Type§

struct Devices { /* private fields */ }