Merge branch 'main' into patch-participants

This commit is contained in:
Rajeh Taher
2022-09-29 20:20:17 +03:00
committed by GitHub
8 changed files with 140 additions and 9 deletions

4
index.d.ts vendored
View File

@@ -1062,6 +1062,10 @@ declare namespace WAWebJS {
* Set this to Infinity to load all messages.
*/
limit?: number
/**
* Return only messages from the bot number or vise versa. To get all messages, leave the option undefined.
*/
fromMe?: boolean
}
/**