Add name to presence update

This commit is contained in:
Adhiraj Singh
2020-11-17 17:12:14 +05:30
parent cea702b5a3
commit f29c5cf206
4 changed files with 7 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ export interface WAGroupModification {
export interface WAPresenceData {
lastKnownPresence?: Presence
lastSeen?: number
name?: string
}
export interface WAContact extends WAPresenceData {
verify?: string