app.bsky.feed.getAuthorFeed
Get a view of an actor’s ‘author feed’ (post and reposts by the author). Does not require auth.
- class atproto_client.models.app.bsky.feed.get_author_feed.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.feed.getAuthorFeed.- field actor: AtIdentifier [Required]
Actor.
- class atproto_client.models.app.bsky.feed.get_author_feed.ParamsDict
Bases:
TypedDict- actor: AtIdentifier
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:
ResponseModelBaseOutput data model for
app.bsky.feed.getAuthorFeed.- field feed: List[models.AppBskyFeedDefs.FeedViewPost] [Required]
Feed.