Module Cephalopod_models.App_Bsky_Notification_RegisterPush

lexicon "app.bsky.notification.registerPush"

def main

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

    format: "Did"

    *)
  2. token : string;
  3. platform : string;
    (*

    known values: "ios"; "android"; "web"

    *)
  4. appId : string;
}
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

Register to receive push notifications, via a specified service, for the requesting account. Requires auth.