ChatUserEntity

constructor(id: String = "", name: String = "", image: String = "", device: Map<String, ChatDeviceEntity> = hashMapOf(), unread: Int = 0, push_active: Boolean = true, conversation: Map<String, Long> = hashMapOf())