data class ChannelUserReadEntity
Efficiently store the channel user read info
<init> |
ChannelUserReadEntity(r: ChannelUserRead)
Efficiently store the channel user read info ChannelUserReadEntity(userId: String) |
lastRead |
how far this user had read var lastRead: Date? |
userId |
var userId: String |
toChannelUserRead |
converts the entity into channel user read fun toChannelUserRead(userMap: Map<String, User>): ChannelUserRead |