Types

Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#adultContentPref")
value class AdultContentPref(val value: AdultContentPref) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#contentLabelPref")
value class ContentLabelPref(val value: ContentLabelPref) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#feedViewPref")
value class FeedViewPref(val value: FeedViewPref) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#hiddenPostsPref")
value class HiddenPostsPref(val value: HiddenPostsPref) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#interestsPref")
value class InterestsPref(val value: InterestsPref) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#mutedWordsPref")
value class MutedWordsPref(val value: MutedWordsPref) : PreferencesUnion
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#savedFeedsPref")
value class SavedFeedsPref(val value: SavedFeedsPref) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#savedFeedsPrefV2")
value class SavedFeedsPrefV2(val value: SavedFeedsPrefV2) : PreferencesUnion
Link copied to clipboard
@SerialName(value = "app.bsky.actor.defs#threadViewPref")
value class ThreadViewPref(val value: ThreadViewPref) : PreferencesUnion