Type Alias matrix_sdk::ruma::events::receipt::Receipts

pub type Receipts = BTreeMap<ReceiptType, BTreeMap<OwnedUserId, Receipt>>;
Expand description

A collection of receipts.

Aliased Type§

struct Receipts { /* private fields */ }