matrix-js-sdk
    Preparing search index...

    Class ReceiptInfo

    The information "inside" a receipt once it has been stored inside RoomReceipts - what eventId it refers to, its type, and its ts.

    Does not contain userId or threadId since these are stored as keys of the maps in RoomReceipts.

    Index
    eventId: string
    receiptType: string
    ts: number