com.atproto.label.subscribeLabels
Subscribe to stream of labels (and negations). Public endpoint implemented by mod services. Uses same sequencing scheme as repo event stream.
- class atproto_client.models.com.atproto.label.subscribe_labels.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.label.subscribeLabels.
- class atproto_client.models.com.atproto.label.subscribe_labels.ParamsDict
Bases:
TypedDict- cursor: NotRequired[int | None]
The last known event seq number to backfill from.
- class atproto_client.models.com.atproto.label.subscribe_labels.Labels
Bases:
ModelBaseDefinition model for
com.atproto.label.subscribeLabels.- field labels: List[models.ComAtprotoLabelDefs.Label] [Required]
Labels.
- field seq: int [Required]
Seq.