Get list of blocked profile ids, could be used to filter chat messages by blocked profile
2.14.0
getBlockedProfileIds().then(profileIds => console.log(profileIds)) Copy
getBlockedProfileIds().then(profileIds => console.log(profileIds))
Generated using TypeDoc
Description
Get list of blocked profile ids, could be used to filter chat messages by blocked profile
Async
Since
2.14.0
Example