Search code examples
phptelegramtelegram-bot

Sending message in telegram bot with images


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?


Solution

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