
commonMain.app.bsky.actor.HiddenPostsPref.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluesky Show documentation
Show all versions of bluesky Show documentation
Bluesky Social API bindings for Kotlin.
@file:Suppress("DEPRECATION")
package app.bsky.actor
import kotlin.Suppress
import kotlinx.serialization.Serializable
import sh.christian.ozone.api.AtUri
import sh.christian.ozone.api.model.ReadOnlyList
/**
* @param items A list of URIs of posts the account owner has hidden.
*/
@Serializable
public data class HiddenPostsPref(
/**
* A list of URIs of posts the account owner has hidden.
*/
public val items: ReadOnlyList,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy