raph6 / telegram-bot
There is no license information available for the latest version (1.0.2) of this package.
Telegram Bot
1.0.2
2022-02-10 13:29 UTC
Requires
- php: >=7.2
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-04-10 20:41:45 UTC
README
composer require raph6/telegram-bot
$telegram = new TelegramBot('00000000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); $telegram->getChannelsId(); $telegram->sendMessage('YOUR_CHANNEL_ID', 'your message');