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