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

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

The newest version!
package dev.kord.rest.json.response

import dev.kord.common.entity.MFALevel
import kotlinx.serialization.Serializable

@Serializable
public data class GuildMFALevelModifyResponse(val level: MFALevel)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy