UDMODZ Edition Overview
Welcome to the documentation for Baileys (UDMODZ Edition), distributed on npm as amiudmodz.
This edition is a lightweight, high-performance WhatsApp Web API library loaded with extra features, premium message types, and critical upstream fixes.
Features at a Glance
| Feature Category | Features / Fixes | Description |
|---|---|---|
| 🤖 Meta AI UI Styling | AI Icon, AI Disclaimer, Code block, Table | Replicates premium layout and styling of WhatsApp's Meta AI messages. |
| 🎞️ Album & Media | Album Message, PTV (Round Video) | Native multi-media grouping and Telegram-like circular videos. |
| 📣 Utility Features | Mention All | Effortlessly tag everyone in a group in one call. |
| 🛡️ Anti-Ban | Auto-wrapped wrapSocket middleware | Every makeWASocket() call is protected by rate limiting, warmup, health monitoring, and jitter — no extra code needed. |
| 🔑 Advanced Auth | Shortcake Companion Protocol | Complete implementation of passkey-based companion linking protocol. |
| 🆔 Identity / LID | LID Migration & Safety | Safety checks, automatic session migration, and LID update event propagation. |
| 🩹 Critical Fixes | Active Session Login, ALS singleton, Session Repair | Prevent WA rejection code 428, stop Node.js AsyncLocalStorage heap memory leaks, and auto-recreate corrupted Signal sessions. |
| 📡 WA Web Compat | Version 2.3000.1043857760 | Locked to latest tested WhatsApp Web revision for maximum compatibility. |
Why Choose UDMODZ Edition?
- Wow Your Users: Leverage the new
ai,aiDisclaimer,code,table, andalbumproperties to send visually striking messages that look like modern premium chats. - Zero Bans: Every socket is auto-wrapped with anti-ban middleware out of the box — Gaussian jitter, warmup scheduling, health monitoring, and more. Pass
antiban: falseonly if you manage rate limits yourself. - Zero Headaches: Upstream issues such as memory leaks in
AsyncLocalStorageand authentication loop errors on reconnect have been resolved. - Always Up to Date: We actively track and integrate features like LID migration and Shortcake/passkey pairing.
Ready to get started? Head over to the Installation Guide or explore the New Message Types.