com.atproto.sync.list_blobs¶

class atproto_client.models.com.atproto.sync.list_blobs.Params¶

Bases: ParamsModelBase

Parameters model for com.atproto.sync.listBlobs.

field cursor: str | None = None¶

Cursor.

field did: str [Required]¶

The DID of the repo.

Constraints:
field limit: int | None = None¶

Limit.

Constraints:
  • ge = 1

  • le = 1000

field since: str | None = None¶

Optional revision of the repo to list blobs since.

class atproto_client.models.com.atproto.sync.list_blobs.ParamsDict¶

Bases: TypedDict

cursor: typing_extensions.NotRequired[str | None]¶

Cursor.

did: str¶

The DID of the repo.

limit: typing_extensions.NotRequired[int | None]¶

Limit.

since: typing_extensions.NotRequired[str | None]¶

Optional revision of the repo to list blobs since.

class atproto_client.models.com.atproto.sync.list_blobs.Response¶

Bases: ResponseModelBase

Output data model for com.atproto.sync.listBlobs.

field cids: List[str] [Required]¶

Cids.

field cursor: str | None = None¶

Cursor.