removeGroupDeputy
Xóa phó nhóm
api.removeGroupDeputy(memberId, groupId)
Parameters
Return
Examples
const groupId = "0000000000000000000";
const memberId = "0000000000000000001";
api.removeGroupDeputy(memberId, groupId)
.then(console.log)
.catch(console.error);Last updated