app.bsky.actor.putPreferences
Set the private preferences attached to the account.
- class atproto_client.models.app.bsky.actor.put_preferences.Data
Bases:
DataModelBaseInput data model for
app.bsky.actor.putPreferences.- field preferences: models.AppBskyActorDefs.Preferences [Required]
Preferences.
- class atproto_client.models.app.bsky.actor.put_preferences.DataDict
Bases:
TypedDict- preferences: List[Annotated[AdultContentPref | ContentLabelPref | SavedFeedsPref | SavedFeedsPrefV2 | PersonalDetailsPref | DeclaredAgePref | FeedViewPref | ThreadViewPref | InterestsPref | MutedWordsPref | HiddenPostsPref | BskyAppStatePref | LabelersPref | PostInteractionSettingsPref | VerificationPrefs | LiveEventPreferences | Annotated[DotDict, _DotDictPydanticAnnotation], UnknownUnionFallback]]
Preferences.