Cephalopod_models.App_Bsky_Graph_Listitem
lexicon "app.bsky.graph.listitem"
type main = {
subject : string;
The account which is included on the list. format: "Did"
*)list : string;
Reference (AT-URI) to the list record (app.bsky.graph.list). format: "AtUri"
*)createdAt : string;
format: "Datetime"
*)}
Record representing an account's inclusion on a specific list. The AppView will ignore duplicate listitem records.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unit
val show_main : main -> Ppx_deriving_runtime.string
val make_main : subject:string -> list:string -> createdAt:string -> 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