An open API service indexing awesome lists of open source software.

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

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');
```