[][src]Type Definition ruma_events::receipt::UserReceipts

type UserReceipts = BTreeMap<UserId, Receipt>;

A mapping of user ID to receipt.

The user ID is the entity who sent this receipt.