Remove participants of a group
// One memberawait WPP.group.removeParticipants('123456@g.us', '123456@c.us');// More than one memberawait WPP.group.removeParticipants('123456@g.us', ['123456@c.us','123456@c.us']); Copy
// One memberawait WPP.group.removeParticipants('123456@g.us', '123456@c.us');// More than one memberawait WPP.group.removeParticipants('123456@g.us', ['123456@c.us','123456@c.us']);
Remove participants of a group