Skip to content

PHP-Telegram-Bots/TelegramBots-Class

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-Bots Class

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