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

type UserReceipts = HashMap<UserId, Receipt>;

A mapping of user ID to receipt.

The user ID is the entity who sent this receipt.