mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Added profile picture to contact
This commit is contained in:
@@ -191,12 +191,12 @@ export interface WAContact {
|
||||
/** short name for the contact */
|
||||
short?: string
|
||||
// Baileys Added
|
||||
imgUrl?: string
|
||||
lastKnownPresence?: Presence
|
||||
lastSeen?: number
|
||||
}
|
||||
export interface WAUser extends WAContact {
|
||||
phone: any
|
||||
imgUrl?: string
|
||||
}
|
||||
export interface WAChat {
|
||||
jid: string
|
||||
|
||||
Reference in New Issue
Block a user