README
amiudmodz
██╗░░░██╗██████╗░███╗░░░███╗░█████╗░██████╗░███████╗
██║░░░██║██╔══██╗████╗░████║██╔══██╗██╔══██╗╚════██║
██║░░░██║██║░░██║██╔████╔██║██║░░██║██║░░██║░░███╔═╝
██║░░░██║██║░░██║██║╚██╔╝██║██║░░██║██║░░██║██╔══╝░░
╚██████╔╝██████╔╝██║░╚═╝░██║╚█████╔╝██████╔╝███████╗
░╚═════╝░╚═════╝░╚═╝░░░░░╚═╝░╚════╝░╚═════╝░╚══════╝
About
Baileys (UDMODZ Edition) is a lightweight, high-performance WhatsApp Web API library (published as
amiudmodz). It implements the complete WhatsApp Web socket protocol and enables developers to build custom and powerful WhatsApp bots via Node.js limitlessly. Both authentication types (Pairing Code and QR Code) are natively supported.
[!IMPORTANT] 📖 Official Documentation & AI Assistant Website: Visit the official documentation site at baileys.udmodz.site! It contains detailed feature installation walkthroughs, configuration references, JID-to-LID safety guides, and a mobile-friendly Kyrexi AI Support Assistant to answer any questions about the engine instantly.
| 🧩 Feature | 📝 Description |
|---|---|
| 📡 Socket Protocol | Communicates over fast native WebSockets |
| 🛡️ End-to-End Encryption | Fully implements Signal protocol for security |
| 📱 Multi-Device Support | Support for WA Web Multi-Device seamlessly |
| ⚡ Lightweight | Needs very low resources compared to Puppeteer |
| 📂 Media Handling | Download & upload images, videos, audio, documents |
| 🔑 Pairing Code | Easy device linking through Pairing Codes |
🚀 Installation & Usage
To install the library, run the following command in your terminal:
npm install amiudmodz
For complete basic setup examples, custom message layouts, passkey linking walkthroughs, and troubleshooting guides, please visit our official documentation site:
🆕 Extended Message Types Quick-Reference
| 🆕 Feature | Key | Type |
|---|---|---|
| AI icon badge | ai: true | boolean |
| AI disclaimer | aiDisclaimer | string |
| Code block | code + language | string |
| Table | table + title | string[][] |
| Album | album | Array |
| Event card | event | object |
| Round video (PTV) | ptv: true | boolean |
| Mention all | mentionAll: true | boolean |
| Full rich response | richResponse | Array |