Type Definition ruma::events::receipt::UserReceipts[][src]

pub type UserReceipts = BTreeMap<UserId, Receipt>;
This is supported on crate feature events only.
Expand description

A mapping of user ID to receipt.

The user ID is the entity who sent this receipt.