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

    Interface PnLidContactInfo

    interface PnLidContactInfo {
        isBusiness?: boolean;
        isContactSyncCompleted?: number;
        isEnterprise?: boolean;
        name?: string;
        pushname?: string;
        shortName?: string;
        syncToAddressbook?: boolean;
        type?: "in" | "out";
        verifiedLevel?: number;
        verifiedName?: string;
    }
    Index

    Properties

    isBusiness?: boolean
    isContactSyncCompleted?: number
    isEnterprise?: boolean
    name?: string
    pushname?: string
    shortName?: string
    syncToAddressbook?: boolean
    type?: "in" | "out"
    verifiedLevel?: number
    verifiedName?: string