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

type UserReceipts = HashMap<UserId, Receipt>;

A mapping of user ID to receipt.

The user ID is the entity who sent this receipt.