Answer the question
In order to leave comments, you need to log in
Why does telegram api communication error occur?
what is the error of this request, why is there no connection with the server if I do everything right?
{
string response = c.DownloadString(
"https://api.telegram.org/bot" + token + "/sendMessage" +
"?chat_id=" + chatid +
"&text=" + text +
"&parse_mode=Markdown" +
"&disable_web_page_preview=True"
);
return false;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question