سورس ربات خوش آمد گویی
سورس خیلی ساده
<?php
/*
بسم الله الرحمن الرحیم
https://t.me/practicalsoft
*/
$token = 'توکن';
$json = file_get_contents('php://input');
$telegram = urldecode ($json);
$telegram = str_replace ('jason=','',$telegram);
$results = json_decode($telegram);
$message =...