ProtoRune.App.Bsky.Graph.Defs.ListView (proto_rune v0.1.1)

Generated schema for listView

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Graph.Defs.ListView{
  avatar: String.t(),
  cid: String.t(),
  creator: ProtoRune.App.Bsky.Actor.Defs.ProfileView.t(),
  description: String.t(),
  description_facets: [ProtoRune.App.Bsky.Richtext.Facet.t()],
  indexed_at: String.t(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  list_item_count: integer(),
  name: String.t(),
  purpose: ProtoRune.App.Bsky.Graph.Defs.ListPurpose.t(),
  uri: String.t(),
  viewer: ProtoRune.App.Bsky.Graph.Defs.ListViewerState.t()
}