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

main.com.sceyt.chatuikit.persistence.entity.messages.ForwardingDetailsDb.kt Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package com.sceyt.chatuikit.persistence.entity.messages

data class ForwardingDetailsDb(
        val messageId: Long,
        val userId: String?,
        val hops: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy