@itsliaaa/starcore 0.0.0-alpha.6 → 0.0.0-alpha.6.290836
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1495,7 +1495,7 @@ Extend(sock, {
|
|
|
1495
1495
|
})
|
|
1496
1496
|
```
|
|
1497
1497
|
|
|
1498
|
-
Besides extending your socket with additional helper methods, `Extend` also provides built-in decryption for `
|
|
1498
|
+
Besides extending your socket with additional helper methods, `Extend` also provides built-in decryption for wsecretEncryptedMessage` to obtain `editedMessage` and automatically decrypts the `vote` payload contained in `pollUpdateMessage`.
|
|
1499
1499
|
|
|
1500
1500
|
### 🌐 Request
|
|
1501
1501
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itsliaaa/starcore",
|
|
3
|
-
"version": "0.0.0-alpha.6",
|
|
3
|
+
"version": "0.0.0-alpha.6.290836",
|
|
4
4
|
"description": "A lightweight yet powerful Baileys wrapper designed to simplify development while extending support for additional message types and WhatsApp features.",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"type": "module",
|