Relationship
constructor(did: Did, following: AtUri? = null, followedBy: AtUri? = null, blocking: AtUri? = null, blockedBy: AtUri? = null, blockingByList: AtUri? = null, blockedByList: AtUri? = null)
Parameters
following
if the actor follows this DID, this is the AT-URI of the follow record
followedBy
if the actor is followed by this DID, contains the AT-URI of the follow record
blocking
if the actor blocks this DID, this is the AT-URI of the block record
blockedBy
if the actor is blocked by this DID, contains the AT-URI of the block record
blockingByList
if the actor blocks this DID via a block list, this is the AT-URI of the listblock record
blockedByList
if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record