site.standard.graph.subscription

class atproto_client.models.site.standard.graph.subscription.CreateRecordResponse

Bases: SugarResponseModelBase

Create record response for models.SiteStandardGraphSubscription.Record.

field cid: str [Required]

The CID of the record.

field uri: str [Required]

The URI of the record.

class atproto_client.models.site.standard.graph.subscription.GetRecordResponse

Bases: SugarResponseModelBase

Get record response for models.SiteStandardGraphSubscription.Record.

field cid: str | None = None

The CID of the record.

field uri: str [Required]

The URI of the record.

field value: models.SiteStandardGraphSubscription.Record [Required]

The record.

class atproto_client.models.site.standard.graph.subscription.ListRecordsResponse

Bases: SugarResponseModelBase

List records response for models.SiteStandardGraphSubscription.Record.

field cursor: str | None = None

Next page cursor.

field records: Dict[str, models.SiteStandardGraphSubscription.Record] [Required]

Map of URIs to records.

class atproto_client.models.site.standard.graph.subscription.Record

Bases: RecordModelBase

Record model for site.standard.graph.subscription.

field created_at: str | None = None

Created at.

field publication: str [Required]

AT-URI reference to the publication record being subscribed to (ex: at://did:plc:abc123/site.standard.publication/xyz789).

Constraints:
field py_type: Literal['site.standard.graph.subscription'] = 'site.standard.graph.subscription'