Viewer State
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.