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
DotDictwhen it did not.
- type atproto_client.models.unknown_type.UnknownInputType
An
UnknownType, or a plaindictsent as it is.