ICTelegramBot
TelegramBot 1.5.2
PHP Telegram Bot based on the official Telegram Bot API
Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats.
You control your bots using HTTPS requests to bot API.
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult Introduction to Bots and Bot FAQ.
use TelegramBotICBot;
if (!file_exists('ICTelegramBot.php')) {
copy('https://raw.githubusercontent.com/Incognito-Coder/ICTelegramBot/main/ICTelegramBot.php', 'ICTelegramBot.php');
}
require('ICTelegramBot.php');
$bot = new ICBot();
$bot->Initialize("TOKEN");The MIT License (MIT). Please see License File for more information.