mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
feat: star/unstar messages (#494)
This commit is contained in:
committed by
Pedro S. Lopez
parent
71dbe99023
commit
1b946940f4
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -524,6 +524,10 @@ declare namespace WAWebJS {
|
||||
* Forwards this message to another chat
|
||||
*/
|
||||
forward: (chat: Chat | string) => Promise<void>,
|
||||
/** Star this message */
|
||||
star: () => Promise<void>
|
||||
/** Unstar this message */
|
||||
unstar: () => Promise<void>
|
||||
}
|
||||
|
||||
/** ID that represents a message */
|
||||
|
||||
Reference in New Issue
Block a user