Sending message in telegram bot with images

SergioZhidkov picture SergioZhidkov · Jun 16, 2016 · Viewed 62.2k times · Source

I have telegram-bot code on php, and reply messages sending by replyWithMessage method.

All command here:

 $this->replyWithMessage(['text' => $item['title']. "\n\n" . $url]);

How can i add some preview image before text?

Answer

Maak picture Maak · Jun 16, 2016

You can use /sendphoto and set the captionwhich appears under an image.
https://core.telegram.org/bots/api#sendphoto