ViewerState

data class ViewerState(val activitySubscription: ActivitySubscription? = null, val blockedBy: Boolean? = null, val blocking: <Error class: unknown class>? = null, val blockingByList: ListViewBasic? = null, val followedBy: <Error class: unknown class>? = null, val following: <Error class: unknown class>? = null, val knownFollowers: KnownFollowers? = null, val muted: Boolean? = null, val mutedByList: ListViewBasic? = 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(activitySubscription: ActivitySubscription? = null, blockedBy: Boolean? = null, blocking: <Error class: unknown class>? = null, blockingByList: ListViewBasic? = null, followedBy: <Error class: unknown class>? = null, following: <Error class: unknown class>? = null, knownFollowers: KnownFollowers? = null, muted: Boolean? = null, mutedByList: ListViewBasic? = null)

Properties

Link copied to clipboard

This property is present only in selected cases, as an optimization.

Link copied to clipboard
val blockedBy: Boolean? = null
Link copied to clipboard
val blocking: <Error class: unknown class>? = null
Link copied to clipboard
Link copied to clipboard
val followedBy: <Error class: unknown class>? = null
Link copied to clipboard
val following: <Error class: unknown class>? = null
Link copied to clipboard

This property is present only in selected cases, as an optimization.

Link copied to clipboard
val muted: Boolean? = null
Link copied to clipboard