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

    Interface SaveContactActionParamsV2

    Object parameter interface for saveContactActionV2 (>= 2.3000.1030209354)

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

    Properties

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