Module Cephalopod_models.Com_Atproto_Admin_DisableAccountInvites

lexicon "com.atproto.admin.disableAccountInvites"

def main

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

    format: "Did"

    *)
  2. note : string option;
    (*

    Optional reason for disabled invites.

    *)
}
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

Disable an account from receiving new invite codes, but does not invalidate existing codes.