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

    Interface WhatsAppSandboxOptions

    interface WhatsAppSandboxOptions {
        httpConfig?: AxiosRequestConfig<any>;
        mode: SANDBOX;
        temporaryAccessToken: string;
        testPhoneNumberId: string;
        testRecipients: string[];
    }
    Index

    Properties

    httpConfig?: AxiosRequestConfig<any>
    mode: SANDBOX
    temporaryAccessToken: string
    testPhoneNumberId: string
    testRecipients: string[]