Interface: Contact
Defined in: src/Types/Contact.ts:1
Properties
id
id:
string
Defined in: src/Types/Contact.ts:2
imgUrl?
optional
imgUrl:null
|string
Defined in: src/Types/Contact.ts:18
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
lid?
optional
lid:string
Defined in: src/Types/Contact.ts:3
name?
optional
name:string
Defined in: src/Types/Contact.ts:5
name of the contact, you have saved on your WA
notify?
optional
notify:string
Defined in: src/Types/Contact.ts:7
name of the contact, the contact has set on their own on WA
status?
optional
status:string
Defined in: src/Types/Contact.ts:19
verifiedName?
optional
verifiedName:string
Defined in: src/Types/Contact.ts:9
I have no idea