- Fast sending message
composer require csnntrt/icq-bot
Require the autoload:
require 'vendor/autoload.php';
Use the namespace
use Csnntrt\IcqBot\Bot;
Sending with the Sender
$bot = new Icq('Icq Token', 'https://api.icq.net/bot/v1');
$bot->sendText('ChatId', 'Example Message');
Message was sent successfully
MIT
Happy Sending!