mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
add sleep
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -1062,7 +1062,7 @@ declare namespace WAWebJS {
|
||||
|
||||
/** Adds or removes a list of participants by ID to the group */
|
||||
export type ChangeGroupParticipants =
|
||||
(participantIds: Array<string>) => Promise<{
|
||||
(participantIds: Array<string>, sleep?: number) => Promise<{
|
||||
status: number;
|
||||
participants: Array<{
|
||||
[key: string]: {
|
||||
|
||||
Reference in New Issue
Block a user