creantan
Results
3
comments of
creantan
url_i := url.URL{} url_proxy, err := url_i.Parse("http://127.0.0.1:1087") bot, err := tgbotapi.NewBotAPIWithClient(os.Getenv("TELEGRAM_TOKEN"), tgbotapi.APIEndpoint, &http.Client{Transport: &http.Transport{Proxy: http.ProxyURL(url_proxy)}})