Read receipt fix + export proto

This commit is contained in:
Adhiraj Singh
2020-07-09 15:22:25 +05:30
parent 7a2a5e03a8
commit 3a1e59ed17
5 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Baileys 2.0 - Typescript/Javascript WhatsApp Web API
# Baileys - Typescript/Javascript WhatsApp Web API
Baileys does not require Selenium or any other browser to be interface with WhatsApp Web, it does so directly using a **WebSocket**. Not running Selenium or Chromimum saves you like **half a gig** of ram :/
@@ -19,7 +19,7 @@ To run the example script, download or clone the repo and then type the followin
## Install
Create and cd to your NPM project directory and then in terminal, write:
1. stable: `npm install @adiwajshing/baileys`
2. stabl-ish (but quicker fixes & latest features): `npm install github:adiwajshing/baileys`
2. stabl-ish w quicker fixes & latest features: `npm install github:adiwajshing/baileys`
Then import in your code using:
``` ts