ProtoRune.Chat.Bsky.Actor.Defs.ProfileViewBasic (proto_rune v0.1.1)

Generated schema for profileViewBasic

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.Chat.Bsky.Actor.Defs.ProfileViewBasic{
  associated: ProtoRune.App.Bsky.Actor.Defs.ProfileAssociated.t(),
  avatar: String.t(),
  chat_disabled: boolean(),
  did: String.t(),
  display_name: String.t(),
  handle: String.t(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  viewer: ProtoRune.App.Bsky.Actor.Defs.ViewerState.t()
}