Class ReceiptContent

  • All Implemented Interfaces:
    EventContent, Serializable, Cloneable, Map<String,​ReceiptInfo>

    public class ReceiptContent
    extends HashMap<String,​ReceiptInfo>
    implements EventContent
    A map of which rooms are considered 'direct' rooms for specific users is kept in account_data in an event of type m.direct. The content of this event is an object where the keys are the user IDs and values are lists of room ID strings of the 'direct' rooms for that user ID.

    Map EVENT_ID -> 'm.read' -> USER_ID -> ts: long

    See Also:
    Serialized Form
    • Constructor Detail

      • ReceiptContent

        public ReceiptContent()