string strToken = project.Variables["bot_id"].Value;
string strChatId = project.Variables["chat_id"].Value;
string parse_mode = "html";
string photo = project.Variables["img"].Value;
string url_telegram = string.Format("https://api.telegram.org/bot{0}/sendPhoto?chat_id={1}", strToken...