com.atproto.sync.get_blob¶

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

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getBlob.

field cid: str [Required]¶

The CID of the blob to fetch.

Constraints:
field did: str [Required]¶

The DID of the account.

Constraints:
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.