com.atproto.sync.get_blocks¶
- class atproto_client.models.com.atproto.sync.get_blocks.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.getBlocks.- field cids: List[str] [Required]¶
Cids.
- field did: str [Required]¶
The DID of the repo.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- 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.