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 :
Contact.d.ts
back
Copy
export interface Contact { /** ID either in lid or jid format (preferred) **/ id: string; /** ID in LID format (@lid) **/ lid?: string; /** ID in PN format (@s.whatsapp.net) **/ phoneNumber?: string; /** name of the contact, you have saved on your WA */ name?: string; /** name of the contact, the contact has set on their own on WA */ notify?: string; /** I have no idea */ verifiedName?: string; /** * Url of the profile picture of the contact * * 'changed' => if the profile picture has changed * null => if the profile picture has not been set (default profile picture) * any other string => url of the profile picture */ imgUrl?: string | null; status?: string; } //# sourceMappingURL=Contact.d.ts.map