weird group ID patch

This commit is contained in:
Adhiraj Singh
2021-04-20 13:04:11 +05:30
parent 3b2618910c
commit 15ff592534
3 changed files with 11 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ const logger = pino({ prettyPrint: { levelFirst: true, ignore: 'hostname', trans
export class WAConnection extends EventEmitter {
/** The version of WhatsApp Web we're telling the servers we are */
version: [number, number, number] = [2, 2102, 9]
version: [number, number, number] = [2, 2112, 10]
/** The Browser we're telling the WhatsApp Web servers we are */
browserDescription: [string, string, string] = Utils.Browsers.baileys ('Chrome')
/** Metadata like WhatsApp id, name set on WhatsApp etc. */