app.bsky.graph.getListMutes
Enumerates mod lists that the requesting account (actor) currently has muted. Requires auth.
- class atproto_client.models.app.bsky.graph.get_list_mutes.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.graph.getListMutes.
- class atproto_client.models.app.bsky.graph.get_list_mutes.ParamsDict
Bases:
TypedDict- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.graph.get_list_mutes.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.graph.getListMutes.- field lists: List[models.AppBskyGraphDefs.ListView] [Required]
Lists.