app.bsky.graph.search_starter_packs_v2¶
- class atproto_client.models.app.bsky.graph.search_starter_packs_v2.Params¶
Bases:
ParamsModelBaseParameters model for
app.bsky.graph.searchStarterPacksV2.- field cursor: str | None = None¶
Cursor.
- field limit: int | None = None¶
Limit.
- Constraints:
ge = 1
le = 100
- field q: str [Required]¶
Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
- class atproto_client.models.app.bsky.graph.search_starter_packs_v2.ParamsDict¶
Bases:
TypedDict- cursor: NotRequired[str | None]¶
Cursor.
- limit: NotRequired[int | None]¶
Limit.
- q: str¶
Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
- class atproto_client.models.app.bsky.graph.search_starter_packs_v2.Response¶
Bases:
ResponseModelBaseOutput data model for
app.bsky.graph.searchStarterPacksV2.- field cursor: str | None = None¶
Cursor.
- field hits_total: int | None = None¶
Estimated total number of matching hits. May be rounded or truncated.
- field starter_packs: List[models.AppBskyGraphDefs.StarterPackView] [Required]¶
Starter packs.