app.bsky.actor.contentVisibilityDeclaration
A declaration of an account’s preferences for appearing in content discovery surfaces.
- class atproto_client.models.app.bsky.actor.content_visibility_declaration.Record
Bases:
RecordModelBaseRecord model for
app.bsky.actor.contentVisibilityDeclaration.- field hide_from_algorithmic_recommendations: bool [Required]
Whether the account requests that its posts be hidden from algorithmic recommendations. Consumers must treat a missing record as false.
- class atproto_client.models.app.bsky.actor.content_visibility_declaration.GetRecordResponse
Bases:
SugarResponseModelBaseGet record response for
models.AppBskyActorContentVisibilityDeclaration.Record.- field uri: str [Required]
The URI of the record.
- field value: models.AppBskyActorContentVisibilityDeclaration.Record [Required]
The record.
- class atproto_client.models.app.bsky.actor.content_visibility_declaration.ListRecordsResponse
Bases:
SugarResponseModelBaseList records response for
models.AppBskyActorContentVisibilityDeclaration.Record.- field records: Dict[str, models.AppBskyActorContentVisibilityDeclaration.Record] [Required]
Map of URIs to records.
- class atproto_client.models.app.bsky.actor.content_visibility_declaration.CreateRecordResponse
Bases:
SugarResponseModelBaseCreate record response for
models.AppBskyActorContentVisibilityDeclaration.Record.- field cid: str [Required]
The CID of the record.
- field uri: str [Required]
The URI of the record.