app.bsky.unspecced.getSuggestedUsersForExploreSkeleton
Get a skeleton of suggested users for the Explore page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForExplore
- class atproto_client.models.app.bsky.unspecced.get_suggested_users_for_explore_skeleton.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.getSuggestedUsersForExploreSkeleton.
- class atproto_client.models.app.bsky.unspecced.get_suggested_users_for_explore_skeleton.ParamsDict
Bases:
TypedDict- category: NotRequired[str | None]
Category of users to get suggestions for.
- limit: NotRequired[int | None]
Limit.
- viewer: NotRequired[Did | None]
DID of the account making the request (not included for public/unauthenticated queries).
- class atproto_client.models.app.bsky.unspecced.get_suggested_users_for_explore_skeleton.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.getSuggestedUsersForExploreSkeleton.