Get list of blocked profile ids, could be used to filter chat messages by blocked profile
0.1.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
0.1.0
Example