blob_ref

class atproto_client.models.blob_ref.BlobRef

Bases: BaseModel

Blob reference.

field mime_type: str [Required]

Mime type.

field py_type: typing_extensions.Literal[blob] = 'blob'
field ref: str | IpldLink [Required]

CID.

field size: int [Required]

Size in bytes.

property cid: CID

Get CID.

Bases: BaseModel

CID representation in JSON.

CID.