mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 03:29:14 +00:00
fix(types): add missing type defs for chat.muteExpiration
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -668,6 +668,8 @@ declare namespace WAWebJS {
|
||||
isReadOnly: boolean,
|
||||
/** Indicates if the Chat is muted */
|
||||
isMuted: boolean,
|
||||
/** Unix timestamp for when the mute expires */
|
||||
muteExpiration: number,
|
||||
/** Title of the chat */
|
||||
name: string,
|
||||
/** Unix timestamp for when the last activity occurred */
|
||||
|
||||
Reference in New Issue
Block a user