I am making a telegram bot by using google script app with google sheet. Now,I had linked the telegram update data to my google sheet by following the step on youtube tutorial,which means everytime someone send messages to the bot,my google script app will update a json code to the sheet automatically. Like this:enter image description here
What I want to do now is to get the "id" and "text" from the json code in the sheet,anyone can help me?