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

    Interface ChatListOptions

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

    Properties

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