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

    Interface ChatListOptions

    interface ChatListOptions {
        count?: number;
        direction?: "before" | "after";
        id?: WAJS.whatsapp.Wid;
        onlyCommunities?: boolean;
        onlyGroups?: boolean;
        onlyNewsletter?: boolean;
        onlyUsers?: boolean;
        onlyWithUnreadMessage?: boolean;
        withLabels?: string[];
    }
    Index

    Properties

    count?: number
    direction?: "before" | "after"
    onlyCommunities?: boolean
    onlyGroups?: boolean
    onlyNewsletter?: boolean
    onlyUsers?: boolean
    onlyWithUnreadMessage?: boolean
    withLabels?: string[]