ViewerState

data class ViewerState(val repost: AtUri? = null, val like: AtUri? = null, val replyDisabled: 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, replyDisabled: Boolean? = null)

Properties

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