From e097c2b24f881f31579ccefa4d51410f043b51ce Mon Sep 17 00:00:00 2001 From: Bob <115008575+FortisEtMagnus@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:59:03 -0300 Subject: [PATCH] Update Call.ts --- src/Types/Call.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Types/Call.ts b/src/Types/Call.ts index cea184a..06f3b1f 100644 --- a/src/Types/Call.ts +++ b/src/Types/Call.ts @@ -5,10 +5,11 @@ export type WACallEvent = { chatId: string from: string isGroup?: boolean + groupJid?: string id: string date: Date isVideo?: boolean status: WACallUpdateType offline: boolean latencyMs?: number -} \ No newline at end of file +}