Cephalopod_models.App_Bsky_Feed_Repostlexicon "app.bsky.feed.repost"
type main = {subject : Types.com_atproto_repo_strongref_main;createdAt : string;format: "Datetime"
*)via : Types.com_atproto_repo_strongref_main option;}Record representing a 'repost' of an existing Bluesky post.
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