nest-whatsapp - v0.0.1
    Preparing search index...

    Interface WhatsAppLiveOptions

    interface WhatsAppLiveOptions {
        accessToken: string;
        businessAccountId: string;
        httpConfig?: AxiosRequestConfig<any>;
        mode: LIVE;
        phoneNumberId: string;
    }
    Index

    Properties

    accessToken: string
    businessAccountId: string
    httpConfig?: AxiosRequestConfig<any>
    mode: LIVE
    phoneNumberId: string