Viewer State
data class ViewerState(val muted: Boolean? = null, val mutedByList: ListViewBasic? = null, val blockedBy: Boolean? = null, val blocking: AtUri? = null, val blockingByList: ListViewBasic? = null, val following: AtUri? = null, val followedBy: AtUri? = null, val knownFollowers: KnownFollowers? = null)
Metadata about the requesting account's relationship with the subject account. Only has meaningful content for authed requests.
Constructors
Link copied to clipboard
constructor(muted: Boolean? = null, mutedByList: ListViewBasic? = null, blockedBy: Boolean? = null, blocking: AtUri? = null, blockingByList: ListViewBasic? = null, following: AtUri? = null, followedBy: AtUri? = null, knownFollowers: KnownFollowers? = null)