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

    Interface ScopeResult

    interface ScopeResult {
        erro?: boolean;
        me: HostDevice;
        status?: string | number;
        text?: string;
        to: MessageId & {
            formattedName: string;
            isBusiness: boolean;
            isMyContact: boolean;
            pushname?: string;
            verifiedName: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    erro?: boolean
    status?: string | number
    text?: string
    to: MessageId & {
        formattedName: string;
        isBusiness: boolean;
        isMyContact: boolean;
        pushname?: string;
        verifiedName: string;
    }