ViewerState

data class ViewerState(    val repost: AtUri? = null,     val like: AtUri? = null,     val threadMuted: Boolean? = null,     val replyDisabled: Boolean? = null,     val embeddingDisabled: Boolean? = null,     val pinned: Boolean? = null)

Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests.

Constructors

Link copied to clipboard
constructor(    repost: AtUri? = null,     like: AtUri? = null,     threadMuted: Boolean? = null,     replyDisabled: Boolean? = null,     embeddingDisabled: Boolean? = null,     pinned: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val like: AtUri? = null
Link copied to clipboard
val pinned: Boolean? = null
Link copied to clipboard
val replyDisabled: Boolean? = null
Link copied to clipboard
val repost: AtUri? = null
Link copied to clipboard
val threadMuted: Boolean? = null