added querying for numbers

This commit is contained in:
Adhiraj
2020-04-03 14:13:55 +05:30
parent c6930e83ec
commit 6629c08c70
6 changed files with 78 additions and 31 deletions

View File

@@ -34,6 +34,8 @@ class WhatsAppWeb {
this.autoReconnect = true // reconnect automatically after an unexpected disconnect
this.lastSeen = null // updated by sending a keep alive request to the server, and the server responds with our updated last seen
this.queryCallbacks = []
this.encoder = new BinaryCoding.Encoder()
this.decoder = new BinaryCoding.Decoder()