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?
You can use /sendphoto
and set the caption
which appears under an image.
https://core.telegram.org/bots/api#sendphoto