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

type ReceiptEventContent = BTreeMap<EventId, Receipts>;

The payload for 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.