mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
fix: send messages properly when disappearing mode is on (#1174)
* fix: send messages properly when dissappearing mode is on * add `isEphemeral` to message model
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -547,6 +547,8 @@ declare namespace WAWebJS {
|
||||
isStatus: boolean,
|
||||
/** Indicates if the message is a Gif */
|
||||
isGif: boolean,
|
||||
/** Indicates if the message will disappear after it expires */
|
||||
isEphemeral: boolean,
|
||||
/** ID for the Chat that this message was sent to, except if the message was sent by the current user */
|
||||
from: string,
|
||||
/** Indicates if the message was sent by the current user */
|
||||
|
||||
Reference in New Issue
Block a user