Type alias WhatsAppTemplateButton
WhatsAppTemplateButton: {
example?: string[];
phone_number?: string;
text?: string;
type: "QUICK_REPLY" | "URL" | "PHONE_NUMBER" | "COPY_CODE" | string;
url?: string;
}
Type declaration
-
Optional example?: string[]
-
Optional phone_number?: string
-
Optional text?: string
-
type: "QUICK_REPLY" | "URL" | "PHONE_NUMBER" | "COPY_CODE" | string
-
Optional url?: string