Skip to content

Releases: iamrony777/Baileys

v6.7.7-1

27 Aug 15:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.7.2-1...v6.7.7-1

v6.7.2-1

11 May 16:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0-10...v6.7.2-1

Installation @iamrony777/baileys

npm i @iamrony777/baileys

v6.5.0-7

14 Nov 13:50
Compare
Choose a tag to compare

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