Blob

sealed interface Blob

References to "blobs" (arbitrary files) have a consistent format in atproto, and can be detected and processed without access to any specific Lexicon. That is, it is possible to parse nodes and extract any blob references without knowing the schema.

Inheritors

Types

Link copied to clipboard
data class LegacyBlob(val cid: String, val mimeType: String) : Blob
Link copied to clipboard
data class StandardBlob(val ref: BlobRef, val mimeType: String, val size: Long) : Blob