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

commonMain.tools.ozone.moderation.ModEventUnmute.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 action on a subject
 *
 * @param comment Describe reasoning behind the reversal.
 */
@Serializable
public data class ModEventUnmute(
  /**
   * Describe reasoning behind the reversal.
   */
  public val comment: String? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy