laravel-notification-channels / telegram

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

TelegramChannel not supported #20

Closed physio closed 7 years ago

physio commented 7 years ago

when i call an notification, the system answer as this:

NotificationChannels\Telegram\Exceptions\CouldNotSendNotification: You must provide your telegram bot token to make any API requests. in [...]/vendor/laravel-notification-channels/telegram/src/Exceptions/CouldNotSendNotification.php:38 Stack trace:

0 [...]/vendor/laravel-notification-channels/telegram/src/Telegram.php(85): NotificationChannels\Telegram\Exceptions\CouldNotSendNotification::telegramBotTokenNotProvided('You must provid...')

axd commented 7 years ago

You've created your bot? When it's created Telegram gives you a token for usage.