blockViewFeed
Chặn người dùng xem bài đăng của mình
api.blockViewFeed(userId[, isBlockFeed])
Parameters
userId
string
isBlockFeed
boolean?
mặc định
true
Return
Promise<BlockViewFeedResponse>
Examples
const userId = "0000000000000000001";
api
.blockViewFeed(userId)
.then(console.log).catch(console.error);
Last updated