- Issue created by @kopeboy
- 🇮🇹Italy kopeboy Milan
I just found out a new D10 module which is similar to the D7 Telegram Bot I mentioned, which is Telegram API → . Maybe check that instead :)
- ivnish Kazakhstan
Hi! I'm a developer of that module. Yes, It's very simple now. It's a drupal service with one function - send message to telegram bot. We can use it in any custom code. I don't know "Push Framework" module and can't help with integration. We need to ask maintainers of "Push Framework"
- 🇩🇪Germany jurgenhaas Gottmadingen
It would be great to get Telegram integration for Push Framework. It can be done easily by providing a channel plugin in the Telegram API module. That plugin needs to implement the
\Drupal\push_framework\ChannelPluginInterface
which only requires a couple of methods, and especially thesend
method will be the one that takes the message and actually sends it to Telegram through their API.You can find a number of other modules implementing that same interface at https://www.drupal.org/project/push_framework/ecosystem → and use their plugins as a blueprint.