@wppconnect/wa-js - v3.23.1
    Preparing search index...

    Interface GetMessagesFromRowIdOptions

    interface GetMessagesFromRowIdOptions {
        limit?: number;
        minRowId: number;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of messages to return

    1000
    Use -1 to get all available messages (use with caution on large datasets)
    minRowId: number

    The minimum rowId (exclusive) to start fetching messages from