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

commonMain.json.response.Prune.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
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