Cephalopod_models.App_Bsky_Feed_Like
lexicon "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.unit
val show_main : main -> Ppx_deriving_runtime.string
val make_main :
subject:Types.com_atproto_repo_strongref_main ->
createdAt:string ->
?via:Types.com_atproto_repo_strongref_main ->
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