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

    Interface MsgFindQueryParams

    interface MsgFindQueryParams {
        count: number;
        direction: "before" | "after";
        fromMe?: boolean;
        id?: string;
        media?: "document" | "url";
        participant?: any;
        remote: WAJS.whatsapp.Wid;
    }
    Index

    Properties

    count: number
    direction: "before" | "after"
    fromMe?: boolean
    id?: string
    media?: "document" | "url"
    participant?: any
    remote: WAJS.whatsapp.Wid