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

    Interface WhatsAppTemplateButton

    interface WhatsAppTemplateButton {
        otpType?: "COPY_CODE" | "ONE_TAP" | "ZERO_TAP";
        phoneNumber?: string;
        text?: string;
        type: "QUICK_REPLY" | "URL" | "PHONE_NUMBER" | "OTP" | "COPY_CODE";
        url?: string;
    }
    Index

    Properties

    otpType?: "COPY_CODE" | "ONE_TAP" | "ZERO_TAP"
    phoneNumber?: string
    text?: string
    type: "QUICK_REPLY" | "URL" | "PHONE_NUMBER" | "OTP" | "COPY_CODE"
    url?: string