Update Call.ts
This commit is contained in:
+2
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user