Module Cephalopod_models.App_Bsky_Graph_MuteThread

lexicon "app.bsky.graph.muteThread"

def main

type main_input = {
  1. root : string;
    (*

    format: "AtUri"

    *)
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
val main : (unit, main_input, unit, unit) Base.procedure

Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth.