ai-md-baileys
v3.2.4
Published
Enhanced Baileys fork with newsletter support, album messages, interactive buttons, rich responses, and communities API
Downloads
1,026
Maintainers
Readme
Disclaimer
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or any of its subsidiaries or affiliates. Use at your own discretion. Do not spam people with this. We discourage any stalkerware, bulk or automated messaging usage.
Installation
npm install ai-md-baileysOr using yarn:
yarn add ai-md-baileysQuick Start
CommonJS (Recommended)
const { default: makeWASocket, useMultiFileAuthState, Browsers } = require('ai-md-baileys')ES Modules / TypeScript
import pkg from 'ai-md-baileys'
const { default: makeWASocket, useMultiFileAuthState, Browsers } = pkgFeatures
- Full WhatsApp Web API support
- Multi-device support with QR code and pairing code authentication
- LID (Link ID) addressing support for both personal chats and groups
- Group status/story sending functionality
- Session management and restoration
- Message sending, receiving, and manipulation
- Group management
- Privacy settings
- Profile management
- And much more!
Note: For sending buttons, please use the ai-md-btns package.
Documentation
Full documentation is available at AI MD Baileys
