From 7dc3cfb6902b5b6698ef4ccca27a8a71ca21896c Mon Sep 17 00:00:00 2001 From: Luis-Fernando <136400011+Azzybot@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:51:48 -0300 Subject: [PATCH] Update typebot.dto.ts --- src/whatsapp/dto/typebot.dto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/whatsapp/dto/typebot.dto.ts b/src/whatsapp/dto/typebot.dto.ts index c6c1fbdd..6adfcf33 100644 --- a/src/whatsapp/dto/typebot.dto.ts +++ b/src/whatsapp/dto/typebot.dto.ts @@ -10,6 +10,7 @@ export class Session { export class PrefilledVariables { remoteJid?: string; pushName?: string; + messageType?: string; additionalData?: { [key: string]: any }; }