Telega (create telegram bot)
3 sites
No security coverage
This project provides integration with Telegram for Drupal developers, enabling the creation of pluggable bots that can interact with users and chats. It offers entity structures for Telegram users, chats, and messages, along with a base API and examples for building custom bots.
Telegram integrations for developers.
* Plugable BOTS
* User Entity
* Chat Entity
* Message Entity
Bots Plugins:
* Demo Bot - https://github.com/php-telegram-bot/example-bot
* Generic Bot - Blank Bot with Config
Generic Bot Example Settings:
```yaml
commands:
my_module: DirectoryName
```
Bot will try to find commands in
`my_module/assets/DirectoryName/*`
Base API for creating telegram bots.
* https://github.com/php-telegram-bot/core