app.bsky.graph.getBlocks
Enumerates which accounts the requesting account is currently blocking. Requires auth.
- class atproto_client.models.app.bsky.graph.get_blocks.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.graph.getBlocks.
- class atproto_client.models.app.bsky.graph.get_blocks.ParamsDict
Bases:
TypedDict- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.graph.get_blocks.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.graph.getBlocks.- field blocks: List[models.AppBskyActorDefs.ProfileView] [Required]
Blocks.