Telegraph is a Laravel package for fluently interacting with Telegram Bots
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