This commit is contained in:
Rajeh Taher
2022-07-07 18:53:20 +03:00
committed by GitHub
parent 02ad3e0fd0
commit 510d44dc3e

2
index.d.ts vendored
View File

@@ -1058,7 +1058,7 @@ declare namespace WAWebJS {
/** Promotes or demotes participants by IDs to regular users or admins */
export type ChangeParticipantsPermissions =
(participantIds: Array<string>) => Promise<{ status: number }>
(participantIds: Array<string>, sleep?: number) => Promise<{ status: number }>
/** Adds or removes a list of participants by ID to the group */
export type ChangeGroupParticipants =