Revoke the current invite code and generate new one.
const code = WPP.group.revokeInviteCode('[group-id]@g.us');const link = 'https://chat.whatsapp.com/' + code; Copy
const code = WPP.group.revokeInviteCode('[group-id]@g.us');const link = 'https://chat.whatsapp.com/' + code;
Revoke the current invite code and generate new one.