Packages › trotsky › StepActorFollowers
StepActorFollowers class
Represents a step for retrieving an actor's followers using the Bluesky API. Supports paginated retrieval of followers.
Signature:
typescript
export declare class StepActorFollowers<P = StepActor, C extends StepActorOutput = StepActorOutput, O extends StepActorFollowersOutput = StepActorFollowersOutput> extends StepActors<P, C, O>
Extends: StepActors<P, C, O>
Methods
Method | Modifiers | Description |
---|---|---|
Applies pagination to retrieve followers and sets the output. Fetches paginated results using the agent and appends them to the output. |