laravel-notification-channels / telegram

✈️ Telegram Notifications Channel for Laravel
https://laravel-notification-channels.com/telegram/
MIT License
978 stars 165 forks source link

Add support for multiple bots #159

Closed MarienMupenda closed 1 year ago

MarienMupenda commented 1 year ago

I am facing the situation where I need to use the same package (projet) to set up multiple kind of notifications.

  1. One for developers (DevBot) : notify on push event from github
  2. Second for commercial people : notify on order placed
  3. For custommer, notify on new arrivals.
  4. etc ...
irazasyed commented 1 year ago

Use the token method described in the readme to send notifications from multiple bots to multiple users.