commonMain.tools.ozone.moderation.ModEventDivert.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.
The newest version!
@file:Suppress("DEPRECATION")
package tools.ozone.moderation
import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable
/**
* Divert a record's blobs to a 3rd party service for further scanning/tagging
*/
@Serializable
public data class ModEventDivert(
public val comment: String? = null,
)