tgtoken = "bot-tokeni"; // Tokeni Kendi Botunuzun Tokeni İle Değiştirin !
$tgchatid = "grup chat id"; // botun bulunduğu grubun idsi
$tgdata= array(
'chat_id' => $tgchatid,
'text' => "Test mesaji POST buraya gelecek"

);

file_get_contents("https://api.telegram.org/bot".$tgtoken."/sendmessage?".http_build_query($tgdata));