I set webHook with this function in google script
function setWebhook() { var url = telegramUrl + "/setWebhook?url=" + webAppUrl; var response = Url