After, createhook.php(or just copy and editexamples/hook.php) and put: <?php$loader=require__DIR__.'/vendor/autoload.php';$API_KEY='your_bot_api_key';$BOT_NAME='namebot';try{// create Telegram API object$telegram=newLongman\TelegramBot\Telegram($API_KEY,$BOT_NAME);// handle teleg...