com.atproto.temp.fetchLabels
DEPRECATED: use queryLabels or subscribeLabels instead – Fetch all labels from a labeler created after a certain date.
- class atproto_client.models.com.atproto.temp.fetch_labels.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.temp.fetchLabels.
- class atproto_client.models.com.atproto.temp.fetch_labels.ParamsDict
Bases:
TypedDict- limit: NotRequired[int | None]
Limit.
- since: NotRequired[int | None]
Since.
- class atproto_client.models.com.atproto.temp.fetch_labels.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.temp.fetchLabels.- field labels: List[models.ComAtprotoLabelDefs.Label] [Required]
Labels.