mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49: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,
|
isReadOnly: boolean,
|
||||||
/** Indicates if the Chat is muted */
|
/** Indicates if the Chat is muted */
|
||||||
isMuted: boolean,
|
isMuted: boolean,
|
||||||
|
/** Unix timestamp for when the mute expires */
|
||||||
|
muteExpiration: number,
|
||||||
/** Title of the chat */
|
/** Title of the chat */
|
||||||
name: string,
|
name: string,
|
||||||
/** Unix timestamp for when the last activity occurred */
|
/** Unix timestamp for when the last activity occurred */
|
||||||
|
|||||||
Reference in New Issue
Block a user