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

commonMain.tools.ozone.moderation.ModEventUnmuteReporter.kt Maven / Gradle / Ivy

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

package tools.ozone.moderation

import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable

/**
 * Unmute incoming reports from an account
 *
 * @param comment Describe reasoning behind the reversal.
 */
@Serializable
public data class ModEventUnmuteReporter(
  /**
   * Describe reasoning behind the reversal.
   */
  public val comment: String? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy