app.bsky.feed.get_author_feed

class atproto_client.models.app.bsky.feed.get_author_feed.Params

Bases: ParamsModelBase

Parameters model for app.bsky.feed.getAuthorFeed.

field actor: str | str [Required]

Actor.

field cursor: str | None = None

Cursor.

field filter: Literal['posts_with_replies', 'posts_no_replies', 'posts_with_media', 'posts_and_author_threads', 'posts_with_video'] | str | None = 'posts_with_replies'

Combinations of post/repost types to include in response.

field include_pins: bool | None = False

Include pins.

field limit: int | None = None

Limit.

Constraints:
  • ge = 1

  • le = 100

class atproto_client.models.app.bsky.feed.get_author_feed.ParamsDict

Bases: TypedDict

actor: str

Actor.

cursor: NotRequired[str | None]

Cursor.

filter: NotRequired[Literal['posts_with_replies', 'posts_no_replies', 'posts_with_media', 'posts_and_author_threads', 'posts_with_video'] | str | None]

Combinations of post/repost types to include in response.

include_pins: NotRequired[bool | None]

Include pins.

limit: NotRequired[int | None]

Limit.

class atproto_client.models.app.bsky.feed.get_author_feed.Response

Bases: ResponseModelBase

Output data model for app.bsky.feed.getAuthorFeed.

field cursor: str | None = None

Cursor.

field feed: List[models.AppBskyFeedDefs.FeedViewPost] [Required]

Feed.