docs: fix error generating Label docs

This commit is contained in:
Pedro S. Lopez
2020-12-29 00:24:30 -04:00
parent f639c53f0a
commit cea1830dde

View File

@@ -39,7 +39,7 @@ class Label extends Base {
}
/**
* Get all chats that have been assigned this Label
* @returns {Promise<Array<Chat>>>}
* @returns {Promise<Array<Chat>>}
*/
async getChats(){
return this.client.getChatsByLabelId(this.id);