Package-level declarations

Types

Link copied to clipboard
abstract class AtpEnum

Parent interface for all enums in the API, which holds the original enum name.

Link copied to clipboard
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.

Link copied to clipboard
data class BlobRef(val link: Cid)
Link copied to clipboard

Represents arbitrary JSON content that corresponds to a model object. This is often used to represent content that does not have known type defined at runtime.

Link copied to clipboard

A specific moment in time.