mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
docs: fix typo
This commit is contained in:
@@ -94,7 +94,7 @@ class Message extends Base {
|
|||||||
this.isStatus = data.isStatusV3;
|
this.isStatus = data.isStatusV3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates if the message was stared
|
* Indicates if the message was starred
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
this.isStarred = data.star;
|
this.isStarred = data.star;
|
||||||
|
|||||||
Reference in New Issue
Block a user