DEF STUDIO srl

Latest Version on Packagist Downloads Tests Code Style Static Analysis License Follow Us

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

Edit this page
Last updated 26 April 2024