Cephalopod_models.Chat_Bsky_Actor_Defslexicon "chat.bsky.actor.defs"
type nonrec profileviewbasic = Types.chat_bsky_actor_defs_profileviewbasic = {did : string;format: "Did"
*)handle : string;format: "Handle"
*)displayName : string option;maximum length: 640
*)avatar : string option;format: "Uri"
*)associated : Types.app_bsky_actor_defs_profileassociated option;viewer : Types.app_bsky_actor_defs_viewerstate option;labels : Types.com_atproto_label_defs_label list option;chatDisabled : bool option;Set to true when the actor cannot actively participate in conversations
*)verification : Types.app_bsky_actor_defs_verificationstate option;}val pp_profileviewbasic :
Ppx_deriving_runtime.Format.formatter ->
Types.chat_bsky_actor_defs_profileviewbasic ->
Ppx_deriving_runtime.unitval profileviewbasic_of_value :
Types.chat_bsky_actor_defs_profileviewbasic Cephalopod_dasl.Value.Util.convval profileviewbasic_to_value :
Types.chat_bsky_actor_defs_profileviewbasic ->
Cephalopod_dasl.Value.t