You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All methods implemented can be used to manage channels.
445
443
With [admin commands](#admin-commands) you can manage your channels directly with your bot private chat.
446
444
447
-
### Botan.io integration (Optional)
448
-
449
-
You can enable the integration using this line in you `hook.php`:
450
-
451
-
```php
452
-
$telegram->enableBotan('your_token');
453
-
```
454
-
455
-
Replace `your_token` with your Botan.io token, check [this page](https://github.com/botanio/sdk#creating-an-account) to see how to obtain one.
456
-
457
-
The following actions will be tracked:
458
-
- Commands (shown as `Command (/command_name)` in the stats
459
-
- Inline Queries, Chosen Inline Results and Callback Queries
460
-
- Messages sent to the bot (or replies in groups)
461
-
462
-
In order to use the URL shortener you must include the class `use Longman\TelegramBot\Botan;` and call it like this:
0 commit comments