app.bsky.unspecced.getTrends

Get the current trends on the network

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: ResponseModelBase

Output 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.