com.atproto.sync.get_blob¶
- class atproto_client.models.com.atproto.sync.get_blob.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.getBlob.- field cid: str [Required]¶
The CID of the blob to fetch.
- Constraints:
func = Validated by:
string_formats.validate_cid()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field did: str [Required]¶
The DID of the account.
- 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_blob.ParamsDict¶
Bases:
TypedDict- cid: str¶
The CID of the blob to fetch.
- did: str¶
The DID of the account.
- atproto_client.models.com.atproto.sync.get_blob.Response¶
Response raw data type.