whatsapp-web.js 1.23.1-alpha.6 → 1.24.0

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/index.d.ts +3 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1377,8 +1377,10 @@ declare namespace WAWebJS {
1377
1377
  timestamp: number,
1378
1378
  /** Amount of messages unread */
1379
1379
  unreadCount: number,
1380
- /** Last message fo chat */
1380
+ /** Last message of chat */
1381
1381
  lastMessage: Message,
1382
+ /** Indicates if the Chat is pinned */
1383
+ pinned: boolean,
1382
1384
 
1383
1385
  /** Archives this chat */
1384
1386
  archive: () => Promise<void>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-web.js",
3
- "version": "1.23.1-alpha.6",
3
+ "version": "1.24.0",
4
4
  "description": "Library for interacting with the WhatsApp Web API ",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",