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

main.com.sceyt.chatuikit.data.models.channels.EditChannelData.kt Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package com.sceyt.chatuikit.data.models.channels

data class EditChannelData(
        val newSubject: String?,
        val metadata: String?,
        var avatarUrl: String?,
        val channelUri: String?,
        val channelType: String,
        val avatarEdited: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy