wuzapi 1.8.0 → 1.8.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -471,12 +471,12 @@ await client.chat.editMessage(
471
471
  await client.chat.react({
472
472
  Phone: "5491155554444",
473
473
  Body: "❤️",
474
- Id: "message-id-to-react-to",
474
+ id: "message-id-to-react-to",
475
475
  });
476
476
 
477
477
  // Mark messages as read
478
478
  await client.chat.markRead({
479
- Id: ["message-id-1", "message-id-2"],
479
+ id: ["message-id-1", "message-id-2"],
480
480
  Chat: "5491155553934@s.whatsapp.net",
481
481
  });
482
482
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuzapi",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "description": "TypeScript client library for WuzAPI WhatsApp API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",