Updates the message data of a particular channel cid with the new messages data
cid
messages
Future<void> updateMessages(String cid, List<Message> messages) => bulkUpdateMessages({cid: messages});