Sending message in telegram bot with images

前端 未结 4 1829
一整个雨季
一整个雨季 2021-02-20 04:27

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

All command here:

 $this->replyWithMessage([\'te         


        
4条回答
  •  半阙折子戏
    2021-02-20 05:12

    You can't send a text message that contains both image and text. However If your text contains URL, Telegram displays a preview of the web page by default. Or you can send two message one after another or send a photo with caption.

提交回复
热议问题