diff --git a/index.d.ts b/index.d.ts index 6aaf9fe..3468d36 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,6 +10,12 @@ declare namespace WAWebJS { /** Current connection information */ public info: ClientInfo + /** Puppeteer page running WhatsApp Web */ + pupPage?: puppeteer.Page + + /** Puppeteer browser running WhatsApp Web */ + pupBrowser?: puppeteer.Browser + /**Accepts an invitation to join a group */ acceptInvite(inviteCode: string): Promise