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

    Interface SaveContactActionParamsV2

    Object parameter interface for saveContactActionV2 (>= 2.3000.1030209354)

    interface SaveContactActionParamsV2 {
        firstName: string;
        lastName: string;
        lid?: string | null;
        phoneNumber?: string | null;
        prevPhoneNumber?: string | null;
        syncToAddressbook?: boolean;
        username?: string | null;
    }
    Index

    Properties

    firstName: string
    lastName: string
    lid?: string | null
    phoneNumber?: string | null
    prevPhoneNumber?: string | null
    syncToAddressbook?: boolean
    username?: string | null