Bot.sendMessage("Reading...");
tableID: "1_NldI2**********ank1B9c",
// this column will be used as index for updates or reading
// this command will be runned after sync
// for debug. Comment this lines
syncOptions.datas[0] = user;
// also you can use something like:
// syncOptions.datas[0] = { id: any_user_id }
// you can add more records with index
// syncOptions.datas[1] and etc
Libs.GoogleTableSync.read(syncOptions)