Add group chat functions, slight refactoring

This commit is contained in:
Pedro Lopez
2019-02-20 02:42:19 -04:00
parent 594a65d5e8
commit 1b7376885d
12 changed files with 316 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
"name": "whatsapp-web.js",
"version": "0.0.1",
"description": "Library for interacting with the WhatsApp Web API ",
"main": "./src/index.js",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},