commonMain.json.response.Prune.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kord-rest Show documentation
Show all versions of kord-rest Show documentation
Idiomatic Kotlin Wrapper for The Discord API
package dev.kord.rest.json.response
import kotlinx.serialization.Serializable
@Serializable
public data class GetPruneResponse(val pruned: Int)
@Serializable
public data class PruneResponse(val pruned: Int?)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy