Merge branch 'main' into fix-buttons-list

This commit is contained in:
Rajeh Taher
2023-01-06 20:17:02 +02:00
committed by GitHub
7 changed files with 45 additions and 3 deletions

3
index.d.ts vendored
View File

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