rezident/telegram-bot

This is a simple telegram bot framework. It Supports Bot API v4.9

0.1.2 2021-03-07 12:32 UTC

This package is auto-updated.

Last update: 2024-09-07 20:12:32 UTC


README

This is a simple telegram bot framework.

Usage

$bot = \TelegramBot\TelegramBot::create()
    ->setToken('<put your token here');