app.bsky.video.upload_part

atproto_client.models.app.bsky.video.upload_part.Data

Data raw data type.

class atproto_client.models.app.bsky.video.upload_part.Params

Bases: ParamsModelBase

Parameters model for app.bsky.video.uploadPart.

field job_id: str [Required]

Job id.

Constraints:
  • min_length = 1

  • max_length = 256

field part_number: int [Required]

Part number.

Constraints:
  • ge = 1

class atproto_client.models.app.bsky.video.upload_part.ParamsDict

Bases: TypedDict

job_id: str

Job id.

part_number: int

Part number.

class atproto_client.models.app.bsky.video.upload_part.Response

Bases: ResponseModelBase

Output data model for app.bsky.video.uploadPart.

field part_number: int [Required]

Part number.

Constraints:
  • ge = 1

field size_bytes: int [Required]

Size bytes.