Closed znau closed 1 year ago
Whether to support configuring multiple tokens?
'telegram-bot-api' => [ 'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE') ],
Use the token method in your notification and pass the token dynamically (So you can send to n number of bots).
token
Read the docs here
Whether to support configuring multiple tokens?
config/services.php
'telegram-bot-api' => [ 'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE') ],