From 523f3301c0f9527ac5eaf2d4792b81d72c2ed110 Mon Sep 17 00:00:00 2001 From: Amilton Morais Date: Tue, 3 Oct 2023 17:20:14 -0300 Subject: [PATCH] Update wa.types.ts Foi criado novas propriedades para recuperar Base64 da media enviada por webhook. --- src/whatsapp/types/wa.types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/whatsapp/types/wa.types.ts b/src/whatsapp/types/wa.types.ts index 2025e7f7..9f326c8a 100644 --- a/src/whatsapp/types/wa.types.ts +++ b/src/whatsapp/types/wa.types.ts @@ -50,6 +50,7 @@ export declare namespace wa { url?: string; events?: string[]; webhook_by_events?: boolean; + webhook_base64?: boolean; }; export type LocalChatwoot = {