gpt4 book ai didi

api - 电报机器人 API : sendPhoto do not render html

转载 作者:行者123 更新时间:2023-12-04 08:53:59 24 4
gpt4 key购买 nike

我正在以这种方式撰写消息

const reply_telegram = {
"chat_id" : MIRKO,
"photo" : row.image_url,
"caption" : '<b>Wow</b>',
"parse_mode" : "HTML",
"disable_notification" : true,
}

为了这个问题的目标,专注于
"parse_mode" : "HTML"

我正在使用 sendPhoto而不是经典 sendMessage .

  1. Official docs state that I can use a caption and parse_mode in the sendPhoto method
  2. I am actively using sendMessage with html content, and it's handled as HTML as I want


简而言之,问题在于:发送消息,发送照片,在照片下方打印标题文本,未打印标签,但标题没有按照我的要求加粗。

我错过了什么?

最佳答案

实际上,2019 年 7 月,问题似乎不再存在。
可能 Twitter 已经修复了它。

关于api - 电报机器人 API : sendPhoto do not render html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51582170/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com