Cephalopod_models.App_Bsky_Graph_Starterpack
lexicon "app.bsky.graph.starterpack"
type main = {
name : string;
Display name for starter pack; can not be empty. maximum length: 500 minimum length: 1
*)description : string option;
maximum length: 3000
*)descriptionFacets : Types.app_bsky_richtext_facet_main list option;
list : string;
Reference (AT-URI) to the list record. format: "AtUri"
*)feeds : Types.app_bsky_graph_starterpack_feeditem list option;
maximum length: 3
*)createdAt : string;
format: "Datetime"
*)}
Record defining a starter pack of actors and feeds for new users.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unit
val show_main : main -> Ppx_deriving_runtime.string
val make_main :
name:string ->
?description:string ->
?descriptionFacets:Types.app_bsky_richtext_facet_main list ->
list:string ->
?feeds:Types.app_bsky_graph_starterpack_feeditem list ->
createdAt:string ->
unit ->
main
val main_of_value : main Cephalopod_dasl.Value.Util.conv
val main_to_value : main -> Cephalopod_dasl.Value.t
val main : main Base.record_def
val pp_feeditem :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_graph_starterpack_feeditem ->
Ppx_deriving_runtime.unit
val feeditem_of_value :
Types.app_bsky_graph_starterpack_feeditem Cephalopod_dasl.Value.Util.conv
val feeditem_to_value :
Types.app_bsky_graph_starterpack_feeditem ->
Cephalopod_dasl.Value.t