【发布时间】:2021-04-08 11:29:21
【问题描述】:
我将它发送到电报的核心,但我的机器人不向我发送带有 parse_mode=>'HTML' 的消息:
$parameters = array('chat_id' => $chat_id, parse_mode => 'HTML');
$url = '<br><br><a href="https://t.me/' . $us['result']['username'] . '/">anchor text</a>';
$response .= $url;
$parameters += array('text' => $response);
但是没有parse_mode=>'HTML'也可以工作
【问题讨论】: