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:
RecordModelBaseRecord 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:
SugarResponseModelBaseGet record response for
models.AppBskyGraphReferencelistoptout.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:
SugarResponseModelBaseList records response for
models.AppBskyGraphReferencelistoptout.Record.- field records: Dict[str, models.AppBskyGraphReferencelistoptout.Record] [Required]
Map of URIs to records.
- class atproto_client.models.app.bsky.graph.referencelistoptout.CreateRecordResponse
Bases:
SugarResponseModelBaseCreate record response for
models.AppBskyGraphReferencelistoptout.Record.- field cid: str [Required]
The CID of the record.
- field uri: str [Required]
The URI of the record.