Relationship
data class Relationship(val blockedBy: <Error class: unknown class>? = null, val blockedByList: <Error class: unknown class>? = null, val blocking: <Error class: unknown class>? = null, val blockingByList: <Error class: unknown class>? = null, val did: <Error class: unknown class>, val followedBy: <Error class: unknown class>? = null, val following: <Error class: unknown class>? = null)
lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object)
Constructors
Link copied to clipboard
constructor(blockedBy: <Error class: unknown class>? = null, blockedByList: <Error class: unknown class>? = null, blocking: <Error class: unknown class>? = null, blockingByList: <Error class: unknown class>? = null, did: <Error class: unknown class>, followedBy: <Error class: unknown class>? = null, following: <Error class: unknown class>? = null)
Properties
Link copied to clipboard
if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record
Link copied to clipboard
if the actor blocks this DID via a block list, this is the AT-URI of the listblock record
Link copied to clipboard
if the actor is followed by this DID, contains the AT-URI of the follow record