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 +}