Skip to main content
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 (preferred) *

imgUrl?

optional imgUrl: null | string
Defined in: src/Types/Contact.ts:24 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:5 ID in LID 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

phoneNumber?

optional phoneNumber: string
Defined in: src/Types/Contact.ts:7 ID in PN format (@s.whatsapp.net) *

status?

optional status: string
Defined in: src/Types/Contact.ts:25

username?

optional username: string
Defined in: src/Types/Contact.ts:13 username associated with this contact, when provided by WA

verifiedName?

optional verifiedName: string
Defined in: src/Types/Contact.ts:15 I have no idea