php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.9k stars 953 forks source link

Fatal error: Class 'Request' not found #419

Closed talosserega closed 7 years ago

talosserega commented 7 years ago

Help me plz.

ini_set('display_errors',1);
$path = $_SERVER ['DOCUMENT_ROOT']. '/telegrambots';
require_once ($path. '/lib/vendor/autoload.php');

$botToken = "123abc";
$chatId = 123;
$text = 'kkkkkkkk';

$result = Request::sendMessage(['chat_id' => $chatId, 'text' => 'Your utf8 text 😜 ...']);
noplanman commented 7 years ago

@talosserega Please follow the readme to understand how this library works.

P.S. I have removed your bot token, as it must remain secret!