Rechat SDK
    Preparing search index...

    Interface ITestimonialsListParams

    interface ITestimonialsListParams {
        limit?: number;
        start?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    Defaults to 20.

    start?: number

    Pagination cursor: index of the first testimonial to return.