Generated schema for viewerState
Description: Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests.
@type t() :: %ProtoRune.App.Bsky.Feed.Defs.ViewerState{ embedding_disabled: boolean(), like: String.t(), reply_disabled: boolean(), repost: String.t(), thread_muted: boolean() }