Module Cephalopod_models.App_Bsky_Graph_Follow

lexicon "app.bsky.graph.follow"

def main

type main = {
  1. subject : string;
    (*

    format: "Did"

    *)
  2. createdAt : string;
    (*

    format: "Datetime"

    *)
}

Record declaring a social 'follow' relationship of another account. Duplicate follows will be ignored by the AppView.

val make_main : subject:string -> createdAt:string -> main
val main_to_value : main -> Cephalopod_dasl.Value.t