type OtkCounts = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OneTimeKeyAlgorithm, UInt>>>;Expand description
MSC3202 device_one_time_keys_count: unclaimed one-time-key counts per
algorithm, keyed by user then device. Matches the ruma request field type.
Aliased Typeยง
struct OtkCounts { /* private fields */ }