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

View File

@@ -356,7 +356,7 @@ class Message extends Base {
}
/**
* Forwards this message to another chat
* Forwards this message to another chat (that you chatted before, otherwise it will fail)
*
* @param {string|Chat} chat Chat model or chat ID to which the message will be forwarded
* @returns {Promise}