com.hiczp.picacomic.api.service.chat.model.ChatRoom.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of picacomic-api Show documentation
Show all versions of picacomic-api Show documentation
Call PicaComic API in Kotlin
The newest version!
package com.hiczp.picacomic.api.service.chat.model
data class ChatRoom(
val title: String,
val description: String,
val url: String,
val avatar: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy