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

Properties

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