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

Generated schema for profileView

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Actor.Defs.ProfileView{
  associated: ProtoRune.App.Bsky.Actor.Defs.ProfileAssociated.t(),
  avatar: String.t(),
  created_at: String.t(),
  description: String.t(),
  did: String.t(),
  display_name: String.t(),
  handle: String.t(),
  indexed_at: String.t(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  viewer: ProtoRune.App.Bsky.Actor.Defs.ViewerState.t()
}