API reference

BlockedUser Interface

It contains an array of users who have been blocked by the logged in user. You can't follow, be followed, invited, or searched by a blocked user. It can be retrieved using Users.getBlockedUsers.

Signature

interface BlockedUser

Properties

id : String
[Get]
It represents the user ID that has been blocked by the logged in user. It is a type of ID and can be retrieved using User.id.
Signature
abstract val id: String