fix(types): add missing type defs for chat.muteExpiration

This commit is contained in:
Pedro Lopez
2020-09-27 19:18:07 -04:00
parent ee21e14547
commit 1c31139434

2
index.d.ts vendored
View File

@@ -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 */