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