ProtoRune.App.Bsky.Video.GetUploadLimits (proto_rune v0.1.1)

Generated query module for main

Description: Get video upload limits for the authenticated user.

Summary

Types

@type output() :: %{
  can_upload: boolean(),
  error: String.t(),
  message: String.t(),
  remaining_daily_bytes: integer(),
  remaining_daily_videos: integer()
}