yehudae/telegram-bots-class

v0.1 2019-11-24 19:59 UTC

This package is auto-updated.

Last update: 2025-05-29 01:45:53 UTC


README

the best class in php to telegram-bots!!!

install

$ composer install yehudae/telegram-bots-class

use:

define('BOT', array(
    "token" => "<TOKEN>",
    "webHookUrl" => "https://telegram.org/Bot.php",
    "allowed_updates" => array ("message", "edited_message"),
    "debug" => false
    ));

require_once("src/autoload.php");

Contact in telegram: @YehudaEisenbergBot