https://boothtml.com/panel/test.php
$tel_msg = "von php";
$bot_token = '6874857401:AAGATnA1J7q3W55-4aELRs1U8hLJ5wd9Ll0';
$chat_id = '1023177651';
file_get_contents("https://api.telegram.org/bot$bot_token/sendMessage?chat_id=$chat_id&text=WOHER" . urlencode($tel_msg));