updating forward documentation. (#1624)

* updating forward documentation.

* Update Message.js

* Update index.d.ts

* Update docs/Message.html

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
Nowbie S
2022-08-09 12:24:43 -03:00
committed by GitHub
parent e91077a615
commit 6a4fca0a77
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View File

@@ -708,7 +708,7 @@ declare namespace WAWebJS {
/** React to this message with an emoji*/
react: (reaction: string) => Promise<void>,
/**
* Forwards this message to another chat
* Forwards this message to another chat (that you chatted before, otherwise it will fail)
*/
forward: (chat: Chat | string) => Promise<void>,
/** Star this message */