vini
vini
I didn't find the revoke enum, if you find it I would appreciate it To Test: sock.ev.on('group-join-request', console.log)
# Proto This update will change access to proto properties, example (`proto.Message` will be `proto.WAE2E.Message`) # Proto Extract Modified proto-extract from tulir's [whatsmeow](https://github.com/tulir/whatsmeow) method, this version generates protos with extracted...
lines are automatically formated to LF in commit/checkout in `.gitattributes` config, its impossible to code in windows with this option activated, and its unecessary
When you install drogon with `with_mysql` it installs `libmysqlclient/8.1.0`, but the package name is `libmysqlclient` not `MySQL` And if you try to install libmariadb manually, it installs with package name...
Based on: https://github.com/canove/whaileys/compare/v6.3.0...v6.3.3 **Fix message retry:** Correct payload on resend **Improve view-once handling:** Skip retries on failed view-once messages **Skip peer retries:** Avoid retrying peer messages **Support own devices:** Use...
example ```ts await sock.sendMessage(msg.key.remoteJid!, { album: { medias: [ { image: { url: './Media/cat.jpeg' } }, { image: { url: './Media/icon.png' } }, { image: { url: './Media/meme.jpeg' } }...