Cephalopod_models.App_Bsky_Feed_Likelexicon "app.bsky.feed.like"
type main = {subject : Types.com_atproto_repo_strongref_main;createdAt : string;format: "Datetime"
*)via : Types.com_atproto_repo_strongref_main option;}Record declaring a 'like' of a piece of subject content.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unitval show_main : main -> Ppx_deriving_runtime.stringval make_main :
subject:Types.com_atproto_repo_strongref_main ->
createdAt:string ->
?via:Types.com_atproto_repo_strongref_main ->
unit ->
mainval main_of_value : main Cephalopod_dasl.Value.Util.convval main_to_value : main -> Cephalopod_dasl.Value.tval main : main Base.record_def