mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Add name to presence update
This commit is contained in:
@@ -180,6 +180,7 @@ export interface WAGroupModification {
|
||||
export interface WAPresenceData {
|
||||
lastKnownPresence?: Presence
|
||||
lastSeen?: number
|
||||
name?: string
|
||||
}
|
||||
export interface WAContact extends WAPresenceData {
|
||||
verify?: string
|
||||
|
||||
Reference in New Issue
Block a user