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'] | Literal['posts_no_replies'] | Literal['posts_with_media'] | Literal['posts_and_author_threads'] | Literal['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: typing_extensions.NotRequired[str | None]¶

Cursor.

filter: typing_extensions.NotRequired[Literal['posts_with_replies'] | Literal['posts_no_replies'] | Literal['posts_with_media'] | Literal['posts_and_author_threads'] | Literal['posts_with_video'] | str | None]¶

Combinations of post/repost types to include in response.

include_pins: typing_extensions.NotRequired[bool | None]¶

Include pins.

limit: typing_extensions.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.