mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 12:09:15 +00:00
a
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user