mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
feat: indicate if chat is currently muted
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -666,6 +666,8 @@ declare namespace WAWebJS {
|
||||
isGroup: boolean,
|
||||
/** Indicates if the Chat is readonly */
|
||||
isReadOnly: boolean,
|
||||
/** Indicates if the Chat is muted */
|
||||
isMuted: boolean,
|
||||
/** Title of the chat */
|
||||
name: string,
|
||||
/** Unix timestamp for when the last activity occurred */
|
||||
|
||||
Reference in New Issue
Block a user