Module Cephalopod_models.App_Bsky_Video_GetUploadLimits

lexicon "app.bsky.video.getUploadLimits"

def main

type main_output = {
  1. canUpload : bool;
  2. remainingDailyVideos : int64 option;
  3. remainingDailyBytes : int64 option;
  4. message : string option;
  5. error : string option;
}
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val main : (unit, main_output, unit) Base.query

Get video upload limits for the authenticated user.