Cephalopod_models.App_Bsky_Graph_Block
lexicon "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.unit
val show_main : main -> Ppx_deriving_runtime.string
val make_main : subject:string -> createdAt:string -> main
val main_of_value : main Cephalopod_dasl.Value.Util.conv
val main_to_value : main -> Cephalopod_dasl.Value.t
val main : main Base.record_def