Update Call.ts

This commit is contained in:
Bob
2023-12-06 06:59:03 -03:00
committed by GitHub
parent e24947e55a
commit e097c2b24f

View File

@@ -5,6 +5,7 @@ export type WACallEvent = {
chatId: string chatId: string
from: string from: string
isGroup?: boolean isGroup?: boolean
groupJid?: string
id: string id: string
date: Date date: Date
isVideo?: boolean isVideo?: boolean