pl-api
    Preparing search index...

    Interface SaveMarkersParams

    interface SaveMarkersParams {
        home?: { last_read_id?: string };
        notifications?: { last_read_id?: string };
    }
    Index

    Properties

    home?: { last_read_id?: string }

    Type declaration

    • Optionallast_read_id?: string

      String. ID of the last status read in the home timeline.

    notifications?: { last_read_id?: string }

    Type declaration

    • Optionallast_read_id?: string

      String. ID of the last notification read.