diff --git a/index.d.ts b/index.d.ts index ce4c1ad..8353c5a 100644 --- a/index.d.ts +++ b/index.d.ts @@ -50,6 +50,18 @@ declare namespace WAWebJS { /** Get all current contact instances */ getContacts(): Promise + /** Get all current Labels */ + getLabels(): Promise + + /** Get Label instance by ID */ + getLabelById(labelId: string): Promise