mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 04:29:15 +00:00
docs: fix error generating Label docs
This commit is contained in:
@@ -39,7 +39,7 @@ class Label extends Base {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Get all chats that have been assigned this Label
|
* Get all chats that have been assigned this Label
|
||||||
* @returns {Promise<Array<Chat>>>}
|
* @returns {Promise<Array<Chat>>}
|
||||||
*/
|
*/
|
||||||
async getChats(){
|
async getChats(){
|
||||||
return this.client.getChatsByLabelId(this.id);
|
return this.client.getChatsByLabelId(this.id);
|
||||||
|
|||||||
Reference in New Issue
Block a user