Closed talosserega closed 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 😜 ...']);
@talosserega Please follow the readme to understand how this library works.
P.S. I have removed your bot token, as it must remain secret!
Help me plz.