com.atproto.sync.get_blocks¶

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

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getBlocks.

field cids: List[str] [Required]¶

Cids.

field did: str [Required]¶

The DID of the repo.

Constraints:
class atproto_client.models.com.atproto.sync.get_blocks.ParamsDict¶

Bases: TypedDict

cids: List[str]¶

Cids.

did: str¶

The DID of the repo.

atproto_client.models.com.atproto.sync.get_blocks.Response¶

Response raw data type.