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.
- package/index.d.ts +3 -1
- 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
|
|
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>,
|