Wallogit.com
2017 © Pedro Peláez
Bot Telegram
unofficial telegram api wrapper php, (*1)
, (*2)
composer install
require __DIR__ . '/vendor/autoload.php';
use Telegram\Bot\Client;
$bot = new Client('BOT_TOKEN');
$bot->sendMessage('hello world','1234'); // message, to
Distributed under the GPL license. See LICENSE for more information., (*3)
git checkout -b feature/fooBar)git commit -am 'Add some fooBar')git push origin feature/fooBar)