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

    Interface WhatsAppRuntimeOptions

    interface WhatsAppRuntimeOptions {
        apiVersion?: string;
        httpMaxRetryDelayMs?: number;
        httpRetries?: number;
        httpTimeoutMs?: number;
        logMessageBodies?: boolean;
        maskPhoneLogs?: boolean;
    }
    Index

    Properties

    apiVersion?: string
    httpMaxRetryDelayMs?: number
    httpRetries?: number
    httpTimeoutMs?: number
    logMessageBodies?: boolean
    maskPhoneLogs?: boolean