unknown_type

Fallback for records of an unrecognised type.

atproto_client.models.unknown_type.UnknownRecordTypePydantic

Deprecated alias of UnknownType. Use it instead.

alias of Annotated[Any, UnknownRecordFallback]

type atproto_client.models.unknown_type.UnknownType

A record of a lexicon the SDK generated a model for, or a DotDict when it did not.

type atproto_client.models.unknown_type.UnknownInputType

An UnknownType, or a plain dict sent as it is.

type atproto_client.models.unknown_type.UnknownRecordType

Any record type the SDK generated a model for.