From 510d44dc3eba339c80e8578e6ed1171e117e3c07 Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Thu, 7 Jul 2022 18:53:20 +0300 Subject: [PATCH] a --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index b2316d1..d5600b3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1058,7 +1058,7 @@ declare namespace WAWebJS { /** Promotes or demotes participants by IDs to regular users or admins */ export type ChangeParticipantsPermissions = - (participantIds: Array) => Promise<{ status: number }> + (participantIds: Array, sleep?: number) => Promise<{ status: number }> /** Adds or removes a list of participants by ID to the group */ export type ChangeGroupParticipants =