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.

field did: str [Required]

The DID of the account.

class atproto_client.models.com.atproto.sync.get_blob.ParamsDict(*args, **kwargs)

Bases: dict

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.