laravel-notification-channels / telegram

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

How to send to multiple Telegram bots #180

Closed znau closed 1 year ago

znau commented 1 year ago

Whether to support configuring multiple tokens?

config/services.php

'telegram-bot-api' => [ 'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE') ],

irazasyed commented 1 year ago

Use the token method in your notification and pass the token dynamically (So you can send to n number of bots).

Read the docs here