Telegraph is a Laravel package for fluently interacting with Telegram Bots
If you are setting up Telegraph for the first time, start with the full onboarding tutorial: Build your first Telegram bot with Telegraph. If setup stops at the token, webhook, or chat registration step, open Troubleshooting Telegraph onboarding.
For production alerts, Telegraph can also send Laravel notifications to Telegram through the notification channel.
Telegraph::message('hello world') ->keyboard(Keyboard::make()->buttons([ Button::make('Delete')->action('delete')->param('id', '42'), Button::make('open')->url('https://test.it'), ]))->send();
Get the full source code at https://github.com/defstudio/telegraph
This package is powered by def:studio, follow us on Twitter