app.bsky.actor.content_visibility_declaration¶
- 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.
- class atproto_client.models.app.bsky.actor.content_visibility_declaration.GetRecordResponse¶
Bases:
SugarResponseModelBaseGet record response for
models.AppBskyActorContentVisibilityDeclaration.Record.- field cid: str | None = None¶
The CID of the 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 cursor: str | None = None¶
Next page cursor.
- field records: Dict[str, models.AppBskyActorContentVisibilityDeclaration.Record] [Required]¶
Map of URIs to records.
- 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.
- field py_type: Literal['app.bsky.actor.contentVisibilityDeclaration'] = 'app.bsky.actor.contentVisibilityDeclaration'¶