Module Cephalopod_models.App_Bsky_Feed_Repost

lexicon "app.bsky.feed.repost"

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 representing a 'repost' of an existing Bluesky post.

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