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: ParamsModelBase

Parameters model for com.atproto.label.subscribeLabels.

field cursor: int | None = None

The last known event seq number to backfill from.

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: ModelBase

Definition model for com.atproto.label.subscribeLabels.

field labels: List[models.ComAtprotoLabelDefs.Label] [Required]

Labels.

field seq: int [Required]

Seq.

class atproto_client.models.com.atproto.label.subscribe_labels.Info

Bases: ModelBase

Definition model for com.atproto.label.subscribeLabels.

field message: str | None = None

Message.

field name: Literal['OutdatedCursor'] | str [Required]

Name.