send long message with photo on telegram with php bot

Matin picture Matin · Sep 19, 2016 · Viewed 14.2k times · Source

I need send to telegram long text with photo but telegram image caption has 200 character limit. How can send long text with photo using php and bot? sendPhoto method has 200 character limit. I see a telegram bot it's send long text and photo see my sample photo.

this is a sample image send to telegrem

Answer

Mojtaba Arvin picture Mojtaba Arvin · Nov 18, 2016

You can use empty character!

Just set parse_mode Field to HTML in sendMessage method , then in text Field insert the URL of the image into href

The hyperlink will not be seen when you use empty character :

<a href="https://www.nafasbekesh.ir/wp-content/uploads/2016/10/img1.jpg">
⁠</a>

Copy the empty character for your own use.