From 1c31139434232c632567275ba29c3b3b4abbf9fe Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sun, 27 Sep 2020 19:18:07 -0400 Subject: [PATCH] fix(types): add missing type defs for chat.muteExpiration --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index d26755b..06c23e3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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 */