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

type ReceiptEventContent = HashMap<EventId, Receipts>;

The payload of a ReceiptEvent.

A mapping of event ID to a collection of receipts for this event ID. The event ID is the ID of the event being acknowledged and not an ID for the receipt itself.