unblockUser
Bỏ chặn người dùng
api.unblockUser(userId)
Parameters
userId
string
Return
Promise<UnBlockUserResponse>
Examples
const userId = "0000000000000001"
api.unblockUser(userId)
.then(console.log)
.catch(console.error);
Last updated