All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.app.bsky.feed.BlockedAuthor.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("DEPRECATION")

package app.bsky.feed

import app.bsky.actor.ViewerState
import kotlin.Suppress
import kotlinx.serialization.Serializable
import sh.christian.ozone.api.Did

@Serializable
public data class BlockedAuthor(
  public val did: Did,
  public val viewer: ViewerState? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy