app.bsky.unspecced.getTrendsSkeleton
Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends
- class atproto_client.models.app.bsky.unspecced.get_trends_skeleton.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.getTrendsSkeleton.
- class atproto_client.models.app.bsky.unspecced.get_trends_skeleton.ParamsDict
Bases:
TypedDict- 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_trends_skeleton.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.getTrendsSkeleton.- field rec_id_str: str | None = None
Snowflake for this recommendation, use when submitting recommendation events.
- field trends: List[models.AppBskyUnspeccedDefs.SkeletonTrend] [Required]
Trends.