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(*args, **kwargs)

Bases: dict

cid: str[str]

The CID of the blob to fetch.

did: str[str]

The DID of the account.

atproto_client.models.com.atproto.sync.get_blob.Response

Response raw data type.