app.bsky.unspecced.get_suggestions_skeleton

class atproto_client.models.app.bsky.unspecced.get_suggestions_skeleton.Params

Bases: ParamsModelBase

Parameters model for app.bsky.unspecced.getSuggestionsSkeleton.

field cursor: str | None = None

Cursor.

field limit: int | None = 50

Limit.

Constraints:
  • ge = 1

  • le = 100

field viewer: str | None = None

DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.

class atproto_client.models.app.bsky.unspecced.get_suggestions_skeleton.ParamsDict(*args, **kwargs)

Bases: dict

cursor: typing_extensions.NotRequired[str | None]

Cursor.

limit: typing_extensions.NotRequired[int | None]

Limit.

viewer: typing_extensions.NotRequired[str | None]

DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.

class atproto_client.models.app.bsky.unspecced.get_suggestions_skeleton.Response

Bases: ResponseModelBase

Output data model for app.bsky.unspecced.getSuggestionsSkeleton.

field actors: List[models.AppBskyUnspeccedDefs.SkeletonSearchActor] [Required]

Actors.

field cursor: str | None = None

Cursor.