raph6 / telegram-bot
Telegram Bot
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/raph6/telegram-bot
Requires
- php: >=7.2
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-10-10 21:54:13 UTC
README
composer require raph6/telegram-bot
$telegram = new TelegramBot('00000000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); $telegram->getChannelsId(); $telegram->sendMessage('YOUR_CHANNEL_ID', 'your message');