Added user

This commit is contained in:
Adhiraj
2020-09-17 16:10:45 +05:30
parent 9cd79c50e7
commit 7eb454b3dd
2 changed files with 2 additions and 1 deletions

View File

@@ -339,6 +339,7 @@ export interface WAMessageStatusUpdate {
export interface WAOpenResult {
/** Was this connection opened via a QR scan */
newConnection: boolean
user: WAUser
updatedChats?: {
[k: string]: Partial<WAChat>
}