@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias MessageListItem

    MessageListItem:
        | { kind: "message" } & { msg_id: T.U32 }
        | { kind: "dayMarker" } & { timestamp: I64 }

    Type declaration

    • { kind: "message" } & { msg_id: T.U32 }
    • { kind: "dayMarker" } & { timestamp: I64 }
      • kind: "dayMarker"

        Day marker, separating messages that correspond to different days according to local time.

      • timestamp: I64

        Marker timestamp, for day markers, in unix milliseconds