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

Generated schema for listViewBasic

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Graph.Defs.ListViewBasic{
  avatar: String.t(),
  cid: String.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()
}