I don't use telegram API url directly, but as Julian wrote you can use chatbot nodes for that.
Here an example using chatbot
[{"id":"61e604a1.e39d9c","type":"chatbot-telegram-receive","z":"f246fc4f.98409","bot":"470553c2.b789cc","x":385.0994110107422,"y":66.81817626953125,"wires":[["c680f813.01e598"]]},{"id":"41b56b59.b13da4","type":"chatbot-telegram-send","z":"f246fc4f.98409","bot":"470553c2.b789cc","track":false,"outputs":0,"x":1093.0995330810547,"y":176.81817626953125,"wires":[]},{"id":"c680f813.01e598","type":"chatbot-command","z":"f246fc4f.98409","name":"","command":"/get_image","x":588.5625,"y":77,"wires":[["f792191c.fd9358"]]},{"id":"36d3d904.198226","type":"chatbot-image","z":"f246fc4f.98409","name":"img","filename":"","caption":"Hello !","x":947.5625,"y":128,"wires":[["41b56b59.b13da4"]]},{"id":"f792191c.fd9358","type":"http request","z":"f246fc4f.98409","name":"","method":"GET","ret":"bin","url":"
http://www.xperiaforce.com/wp-content/uploads/2014/02/one-merhaba-dunyai.jpg","tls":"","x":763.147705078125,"y":77.28125,"wires":[["36d3d904.198226"]]},{"id":"470553c2.b789cc","type":"chatbot-telegram-node","z":"","botname":"itlabTestBot","usernames":"IvanTarozzi","polling":"200","log":""}]
This sends an image picked from the web, but you can use file image too