Build bots in half the time.
To get started, simply clone this repository and install via composer.
git clone http://github.com/choccybiccy/telegram-skeleton
cd telegram-skeleton
composer install
See choccybiccy/telegrambot#Creating commands for help on creating commands.
To tell the Telegram API of your new webhook, you should POST to https:///install.
For example:
POST https://hellobot.choccybiccy.com/install HTTP/1.1
To remove the webhook from the Telegram API, you should POST to https:///uninstall
For example:
POST https://hellobot.choccybiccy.com/uninstall HTTP/1.1