Interface: Contact
Defined in: src/Types/Contact.ts:1
Properties
id
id:
string
Defined in: src/Types/Contact.ts:3
ID either in lid or jid format *
imgUrl?
optional
imgUrl:null
|string
Defined in: src/Types/Contact.ts:22
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
jid?
optional
jid:string
Defined in: src/Types/Contact.ts:7
ID in Phone Number format (@s.whatsapp.net) *
lid?
optional
lid:string
Defined in: src/Types/Contact.ts:5
ID in Lid (anonymous) format (@lid) *
name?
optional
name:string
Defined in: src/Types/Contact.ts:9
name of the contact, you have saved on your WA
notify?
optional
notify:string
Defined in: src/Types/Contact.ts:11
name of the contact, the contact has set on their own on WA
status?
optional
status:string
Defined in: src/Types/Contact.ts:23
verifiedName?
optional
verifiedName:string
Defined in: src/Types/Contact.ts:13
I have no idea