app.bsky.graph.referencelistoptout

Record requesting that its author be omitted from the public presentation of a reference list. This record is only enforced when the subject list’s current purpose is app.bsky.graph.defs#referencelist. AppView indexes at most one record per actor and list pair, and ignores duplicate records.

class atproto_client.models.app.bsky.graph.referencelistoptout.Record

Bases: RecordModelBase

Record model for app.bsky.graph.referencelistoptout.

field created_at: DateTime [Required]

Created at.

field subject: AtUri [Required]

Canonical, DID-based AT URI of the app.bsky.graph.list record from which the author requests omission.

class atproto_client.models.app.bsky.graph.referencelistoptout.GetRecordResponse

Bases: SugarResponseModelBase

Get record response for models.AppBskyGraphReferencelistoptout.Record.

field cid: str | None = None

The CID of the record.

field uri: str [Required]

The URI of the record.

field value: models.AppBskyGraphReferencelistoptout.Record [Required]

The record.

class atproto_client.models.app.bsky.graph.referencelistoptout.ListRecordsResponse

Bases: SugarResponseModelBase

List records response for models.AppBskyGraphReferencelistoptout.Record.

field cursor: str | None = None

Next page cursor.

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

Map of URIs to records.

class atproto_client.models.app.bsky.graph.referencelistoptout.CreateRecordResponse

Bases: SugarResponseModelBase

Create record response for models.AppBskyGraphReferencelistoptout.Record.

field cid: str [Required]

The CID of the record.

field uri: str [Required]

The URI of the record.