Module Cephalopod_models.App_Bsky_Feed_Like

lexicon "app.bsky.feed.like"

def main

type main = {
  1. subject : Types.com_atproto_repo_strongref_main;
  2. createdAt : string;
    (*

    format: "Datetime"

    *)
  3. via : Types.com_atproto_repo_strongref_main option;
}

Record declaring a 'like' of a piece of subject content.

val make_main : subject:Types.com_atproto_repo_strongref_main -> createdAt:string -> ?via:Types.com_atproto_repo_strongref_main -> unit -> main
val main_to_value : main -> Cephalopod_dasl.Value.t