如何隐藏电报机器人帖子底部的链接信息? 例如,我尝试下面的代码:
<?php
$txt1="<a href='yahoo.com'>yahoo website</a>";
$url= "https://api.telegram.org/bot".$token."/sendMessage?parse_mode=HTML&chat_id=".$chat_id."&text=".urlencode($txt1);
file_get_contents($url);
?>
但是
它显示帖子底部的雅虎信息
我该如何删除该信息?
请帮帮我。
感谢