ProtoRune.App.Bsky.Actor.Defs.ProfileViewDetailed (proto_rune v0.1.1)

Generated schema for profileViewDetailed

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Actor.Defs.ProfileViewDetailed{
  associated: ProtoRune.App.Bsky.Actor.Defs.ProfileAssociated.t(),
  avatar: String.t(),
  banner: String.t(),
  created_at: String.t(),
  description: String.t(),
  did: String.t(),
  display_name: String.t(),
  followers_count: integer(),
  follows_count: integer(),
  handle: String.t(),
  indexed_at: String.t(),
  joined_via_starter_pack:
    ProtoRune.App.Bsky.Graph.Defs.StarterPackViewBasic.t(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  posts_count: integer(),
  viewer: ProtoRune.App.Bsky.Actor.Defs.ViewerState.t()
}