Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 481 Bytes

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