the best class in php to telegram-bots!!!
$ composer install yehudae/telegram-bots-class
use:
define('BOT', array(
"token" => "<TOKEN>",
"webHookUrl" => "https://telegram.org/Bot.php",
"allowed_updates" => array ("message", "edited_message"),
"debug" => false
));
require_once("src/autoload.php");
Contact in telegram: @YehudaEisenbergBot