PHP code example of jungle-bay / telegram-bot-api
1. Go to this page and download the library: Download jungle-bay/telegram-bot-api library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jungle-bay / telegram-bot-api example snippets
= new \TelegramBotAPI\TelegramBotAPI('123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'); // Your token bot.
$bot = $tba->getMe();
echo 'Hello world! Im bot ' . $bot->getFirstName() . ' !';