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

main.com.sceyt.chatuikit.data.managers.channel.event.ChannelEventData.kt Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package com.sceyt.chatuikit.data.managers.channel.event

import com.sceyt.chatuikit.data.models.channels.SceytChannel

data class ChannelEventData(
        val channel: SceytChannel?,
        val eventType: ChannelEventEnum,
        var channelId: Long? = channel?.id
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy