app.bsky.unspecced.getSuggestionsSkeleton
Get a skeleton of suggested actors. Intended to be called and then hydrated through app.bsky.actor.getSuggestions
- class atproto_client.models.app.bsky.unspecced.get_suggestions_skeleton.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.getSuggestionsSkeleton.
- class atproto_client.models.app.bsky.unspecced.get_suggestions_skeleton.ParamsDict
Bases:
TypedDict- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- relative_to_did: NotRequired[Did | None]
DID of the account to get suggestions relative to. If not provided, suggestions will be based on the viewer.
- viewer: NotRequired[Did | None]
DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.
- class atproto_client.models.app.bsky.unspecced.get_suggestions_skeleton.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.getSuggestionsSkeleton.- field actors: List[models.AppBskyUnspeccedDefs.SkeletonSearchActor] [Required]
Actors.