matrix_sdk::ruma::events::receipt

Type Alias Receipts

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

A collection of receipts.

Aliased Typeยง

struct Receipts { /* private fields */ }