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

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

package com.sceyt.chatuikit.data.managers.channel.event

import com.sceyt.chat.models.channel.Channel

data class ChannelUnreadCountUpdatedEventData(
        val channel: Channel?,
        var totalUnreadChannelCount: Long,
        val totalUnreadMessageCount: Long
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy