ProtoRune.App.Bsky.Actor.Defs.ViewerState (proto_rune v0.1.1)
Generated schema for viewerState
Description: Metadata about the requesting account's relationship with the subject account. Only has meaningful content for authed requests.
Summary
Types
@type t() :: %ProtoRune.App.Bsky.Actor.Defs.ViewerState{ blocked_by: boolean(), blocking: String.t(), blocking_by_list: ProtoRune.App.Bsky.Graph.Defs.ListViewBasic.t(), followed_by: String.t(), following: String.t(), known_followers: ProtoRune.App.Bsky.Actor.Defs.KnownFollowers.t(), muted: boolean(), muted_by_list: ProtoRune.App.Bsky.Graph.Defs.ListViewBasic.t() }