Merge branch 'main' into patch-participants

This commit is contained in:
Rajeh Taher
2022-12-23 09:54:14 +02:00
committed by GitHub
66 changed files with 230 additions and 194 deletions

3
index.d.ts vendored
View File

@@ -1326,6 +1326,9 @@ declare namespace WAWebJS {
webClientShouldHandle: boolean,
/** Object with participants */
participants: object
/** Reject the call */
reject: () => Promise<void>
}
/** Message type List */