Cephalopod_models.App_Bsky_Graph_Listlexicon "app.bsky.graph.list"
type main = {purpose : Types.app_bsky_graph_defs_listpurpose;Defines the purpose of the list (aka, moderation-oriented or curration-oriented)
*)name : string;Display name for list; can not be empty. maximum length: 64 minimum length: 1
*)description : string option;maximum length: 3000
*)descriptionFacets : Types.app_bsky_richtext_facet_main list option;avatar : Cephalopod_dasl.Blob.t option;accept: (AcceptN "image/png"; "image/jpeg") max size: 1000000
labels : [ `Com_atproto_label_defs_selflabels of
Types.com_atproto_label_defs_selflabels
| `Other of Cephalopod_dasl.Value.t ]
option;createdAt : string;format: "Datetime"
*)}Record representing a list of accounts (actors). Scope includes both moderation-oriented lists and curration-oriented lists.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unitval show_main : main -> Ppx_deriving_runtime.stringval make_main :
purpose:Types.app_bsky_graph_defs_listpurpose ->
name:string ->
?description:string ->
?descriptionFacets:Types.app_bsky_richtext_facet_main list ->
?avatar:Cephalopod_dasl.Blob.t ->
?labels:
[ `Com_atproto_label_defs_selflabels of
Types.com_atproto_label_defs_selflabels
| `Other of Cephalopod_dasl.Value.t ] ->
createdAt:string ->
unit ->
mainval main_of_value : main Cephalopod_dasl.Value.Util.convval main_to_value : main -> Cephalopod_dasl.Value.tval main : main Base.record_def