English
Appearance
string
Promise<BlockUserResponse>
export type BlockUserResponse = "";
const userId = "0000000000000000001"; api .blockUser(userId) .then(console.log).catch(console.error);