This is basically a simple bot showcasing Bots 2.0 'inline keyboards' feature in Telegram.
You can see the bot in action by messaging @inlinegamesbot.
This bot is intended to work with webhooks only, it may work with getUpdates but it wasn't designed for it.
You must:
- install dependencies with Composer -
composer install
- check install instructions of akalongman/php-telegram-bot
- create DB structure for this bot using
structure.sql
file - check
webhook_example.php
inexamples
directory
See CONTRIBUTING for more information.
GNU General Public License v3.0
See LICENSE for full license information.