Updates the read data of a particular channel cid with the new reads data
cid
reads
Future<void> updateReads(String cid, List<Read> reads) => bulkUpdateReads({cid: reads});