benjick / meteor-telegram-bot

Telegram bot plugin for Meteor
24 stars 15 forks source link

Why i get Bad Request: Wrong file identifier/HTTP URL specified error in c# ? #35

Open behzad27 opened 7 years ago

behzad27 commented 7 years ago

I'm try to run this code: await Bot.SendPhotoAsync(update.Message.Chat.Id, "http://185.126.201.42//iisstart.png"); but get this error: Bad Request: Wrong file identifier/HTTP URL specified How can i solve that problem?