com.atproto.label.subscribe_labels

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: str [Required]

Name.

field py_type: Literal['com.atproto.label.subscribeLabels#info'] = 'com.atproto.label.subscribeLabels#info'
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 py_type: Literal['com.atproto.label.subscribeLabels#labels'] = 'com.atproto.label.subscribeLabels#labels'
field seq: int [Required]

Seq.

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(*args, **kwargs)

Bases: dict

cursor: typing_extensions.NotRequired[int | None]

The last known event seq number to backfill from.