Add the 'unread_count' event. Listen to changes on Chat.unreadCount (#2059)

* Initial commit

* Update index.d.ts

* The functions was returning a 'brief' chat data. With this, it will return full Chat model..

* Eslint suggested fixex

---------

Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
Vinicius Tavares
2023-04-01 10:59:57 -03:00
committed by GitHub
parent dc16bbbdac
commit c44af204a1
3 changed files with 18 additions and 1 deletions

6
index.d.ts vendored
View File

@@ -223,6 +223,12 @@ declare namespace WAWebJS {
/** The new ACK value */
ack: MessageAck
) => void): this
/** Emitted when a chat unread count changes */
on(event: 'unread_count', listener: (
/** The chat that was affected */
chat: Chat
) => void): this
/** Emitted when a new message is created, which may include the current user's own messages */
on(event: 'message_create', listener: (