https://github.com/raph6/telegram-php
php easy telegram bot
https://github.com/raph6/telegram-php
bot php telegram telegram-bot
Last synced: about 18 hours ago
JSON representation
php easy telegram bot
- Host: GitHub
- URL: https://github.com/raph6/telegram-php
- Owner: raph6
- Created: 2022-02-10T12:14:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T13:48:33.000Z (over 4 years ago)
- Last Synced: 2025-01-12T17:14:33.094Z (over 1 year ago)
- Topics: bot, php, telegram, telegram-bot
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
composer require raph6/telegram-bot
```
```php
$telegram = new TelegramBot('00000000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
$telegram->getChannelsId();
$telegram->sendMessage('YOUR_CHANNEL_ID', 'your message');
```