@angstvorfrauen/baileys
v3.0.3
Published
Websocket Whatsapp API for Node.js
Maintainers
Readme
@angstvorfrauen/baileys
Version
- Web Version – 2.3000.1031276083
- Proto Version – 2.3000.1031276083
Changelog
- libsignal-xeuka – No more "bad Mac" Error anymore
- Linked Device iOS/Safari – Linked Device set to IOS/Safari
- Custom Pairing Code – Generate your Own Pairing Code
AAAA-AAAA - isBot Fixed in Groups –
isBotis Working in Groups and Private Chat properly - Added offerCall – Call a Number
- Removed Timeout – Removed Timeout Function
- Fixed Jimp – You can change Group Profile Picture again
- Buttons Support – Send Buttons and Interactive
- Proto Updated – Updated Proto to newest Version
- Stable – Baileys more Stable
- Fixed Button – Fixed
Unsupported Messageon buttonsMessage etc.
Installation
package.json
"dependencies": {
"@angstvorfrauen/baileys": "*"
}NPM Installtion
npm install @angstvorfrauen/baileysYARN Installtion
yarn add @angstvorfrauen/baileysImport
ESM
import makeWASocket from "@angstvorfrauen/baileys";CommonJS
const { makeWASocket } = require("@angstvorfrauen/baileys");Functions
Offer Call Function
const jid = "[email protected]";
sock.offerCall(jid);Custom Pairing Code
const number = "xxxxxxx";
const code = "AAAAAAAA";
await sock.requestPairingCode(number, code);