D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
nodevenv
/
wcloud.whatzi.online
/
24
/
lib
/
node_modules
/
baileys
/
lib
/
Types
/
Filename :
Call.d.ts
back
Copy
export type WACallUpdateType = 'offer' | 'ringing' | 'timeout' | 'reject' | 'accept' | 'terminate'; export type WACallEvent = { chatId: string; from: string; isGroup?: boolean; groupJid?: string; id: string; date: Date; isVideo?: boolean; status: WACallUpdateType; offline: boolean; latencyMs?: number; }; //# sourceMappingURL=Call.d.ts.map