Cephalopod_models.App_Bsky_Graph_Blocklexicon "app.bsky.graph.block"
type main = {subject : string;DID of the account to be blocked. format: "Did"
*)createdAt : string;format: "Datetime"
*)}Record declaring a 'block' relationship against another account. NOTE: blocks are public in Bluesky; see blog posts for details.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unitval show_main : main -> Ppx_deriving_runtime.stringval make_main : subject:string -> createdAt:string -> mainval main_of_value : main Cephalopod_dasl.Value.Util.convval main_to_value : main -> Cephalopod_dasl.Value.tval main : main Base.record_def