DEF STUDIO srl

Need help with Laravel and web development?

Hire one of our experts for your projects.

We build tailored products, websites and platforms — with care for UX, performance and maintainability.

Booking open for Q2 — limited slots

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

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

Suggest a change
Last updated 15 June 2026