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

source ·
pub type Receipts = BTreeMap<ReceiptType, BTreeMap<OwnedUserId, Receipt>>;
Available on crate feature events only.
Expand description

A collection of receipts.

Aliased Type§

struct Receipts { /* private fields */ }