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 =