app.bsky.unspecced.getTrends
Get the current trends on the network
- class atproto_client.models.app.bsky.unspecced.get_trends.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.getTrends.
- class atproto_client.models.app.bsky.unspecced.get_trends.ParamsDict
Bases:
TypedDict- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.unspecced.get_trends.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.getTrends.- field rec_id_str: str | None = None
Snowflake for this recommendation, use when submitting recommendation events.
- field trends: List[models.AppBskyUnspeccedDefs.TrendView] [Required]
Trends.