How to send an Embedded Image along with text in a Message via Telegram Bot API

后端 未结 4 427
栀梦
栀梦 2020-12-30 04:09

Using Telegram Bot API,

I\'m aware that it is possible to send an image via https://core.telegram.org/bots/api#sendphoto

However, how can I embed a remote im

4条回答
  •  北海茫月
    2020-12-30 04:32

    you must set ParseMode in HTML and set your Image Url in A tag like this:

    
    

    -> never show in message

提交回复
热议问题