Telegraph is a Laravel package for fluently interacting with Telegram Bots made by https://twitter.com/FabioIvona Publish and launch required migrations: php artisan vendor:publish --tag="telegraph-migrations" php artisan migrate
You can add a new bot issuing the dedicated artisan command: php artisan telegraph:new-bot
A webhook lets your bot answer commands issued from telegram chats and buttons inside messages php artisan telegraph:set-webhook {bot_id} the bot_id argument is mandatory if you have created more than one bot
Associating one or more chats to a bot, it is enabled to send messages to that chat and interact with commands php artisan telegraph:new-chat {bot_id} the bot_id argument is mandatory if you have created more than one bot