Releases: iamrony777/Baileys
Releases · iamrony777/Baileys
v6.7.7-1
v6.7.2-1
What's Changed
- Merge upstream by @iamrony777 in #8
Full Changelog: v6.5.0-10...v6.7.2-1
Installation @iamrony777/baileys
npm i @iamrony777/baileys
v6.5.0-7
Update v6.5.0-7
MongoDB
- Store authentication data (
useMongoDBAuthState
) - Store messages,chats etc / Store implementation works only for chats and contacts (
makeMongoStore
) makeMongoStore
: arguments explaination
filterChats: true /*filters empty chats, and doesn't save them in database*/
autoDeleteStatusMessage: true || { cronTime: "*/1 * * * *" /* a custom crontime*/, timeZone: "Asia/Kolkata" }
Redis
- Store authentication data (
useRedisAuthState
)
Notes
You can mix both connectors. Like using redis to store auth and mongodb for chats and contacts.
And check Example.ts