您似乎正在尝试发送带有标记的链接,该链接可以正常工作,但需要您使用此处所述的parse_mode=html参数。
parse_mode=html
我相信它会看起来像这样:
$URL = "https://api.telegram.org/bot".$Token."/sendMessage?chat_id=".$ChatID."&text=".$Text."&parse_mode=HTML&reply_markup=".json_encode($KB);