I'm new in telegram bot and try to send photo to user with this code:
await Bot.SendPhotoAsync(update.Message.Chat.Id, "http://182.126.201.42/" + "iisstart" + ".png");
but when i try run that code,get this error:
Bad Request: Wrong file identifier/HTTP URL specified
How can i solve that problem?thanks.