ProtoRune.App.Bsky.Feed.Defs.ViewerState (proto_rune v0.1.1)

Generated schema for viewerState

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

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Feed.Defs.ViewerState{
  embedding_disabled: boolean(),
  like: String.t(),
  reply_disabled: boolean(),
  repost: String.t(),
  thread_muted: boolean()
}