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

xyz.cssxsh.bilibili.data.dynamic.ModuleAuthorOfficialVerify.kt Maven / Gradle / Ivy

The newest version!
package xyz.cssxsh.bilibili.data.dynamic

import kotlinx.serialization.*

@Serializable
data class ModuleAuthorOfficialVerify(
    @SerialName("desc")
    val description: String,
    @SerialName("type")
    val type: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy