@wppconnect-team/wppconnect - v1.40.1
    Preparing search index...

    Interface MsgFindSearchParams

    interface MsgFindSearchParams {
        anchor?: MsgKey;
        count: number;
        page?: number;
        remote?: WAJS.whatsapp.Wid;
        searchTerm: string;
    }
    Index

    Properties

    anchor?: MsgKey
    count: number
    page?: number
    remote?: WAJS.whatsapp.Wid
    searchTerm: string