Type Alias ruma::events::receipt::UserReceipts

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

A mapping of user ID to receipt.

The user ID is the entity who sent this receipt.

Aliased Type§

struct UserReceipts { /* private fields */ }