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

Generated schema for starterPackView

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Graph.Defs.StarterPackView{
  cid: String.t(),
  creator: ProtoRune.App.Bsky.Actor.Defs.ProfileViewBasic.t(),
  feeds: [ProtoRune.App.Bsky.Feed.Defs.GeneratorView.t()],
  indexed_at: String.t(),
  joined_all_time_count: integer(),
  joined_week_count: integer(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  list: ProtoRune.App.Bsky.Graph.Defs.ListViewBasic.t(),
  list_items_sample: [ProtoRune.App.Bsky.Graph.Defs.ListItemView.t()],
  record: any(),
  uri: String.t()
}