telegram icon indicating copy to clipboard operation
telegram copied to clipboard

✈️ Telegram Notifications Channel for Laravel

Results 12 telegram issues
Sort by recently updated
recently updated
newest added

hi. thanks for your excellent package. i moved send logic from TelegramChannel file to Drivers. this way we have clear and more focused code in the channel file.

i added a line function to the telegram message class this way it can be used like the mail notification ([ laravel doc ](https://laravel.com/docs/9.x/notifications#formatting-mail-messages))

[2022-10-22 07:01:30] local.ERROR: Call to a member function resolved() on null {"exception":"[object] (Error(code: 0): Call to a member function resolved() on null at D:\\sopheary_project\\email_service\\vendor\\illuminate\\support\\Facades\\Facade.php:36) [stacktrace] #0 D:\\sopheary_project\\email_service\\vendor\\laravel-notification-channels\\telegram\\src\\TelegramServiceProvider.php(32): Illuminate\\Support\\Facades\\Facade::resolved(Object(Closure)) #1 D:\\sopheary_project\\email_service\\vendor\\laravel\\lumen-framework\\src\\Application.php(233):...

Telegram responded with an error `403 - Forbidden: bots can't send messages to bots laravel

Hi, The latest commit which adds keyboards to messages doesn't install when you do a: composer require laravel-notification-channels/telegram I think this might be because the latest commit isn't in a...

Could you add an extra parameter for the class `TelegramMessage` for `parse_mode`? At this moment, in the documentation, you can use `MarkdownV2`, but your code may not support it. Thanks...

Hello from Germany, I have a large userbase and they link their profile to my api via a chatbot that identifies their chat_id and stores it. Some users block the...

i have error "Telegram responded with an error `403 - Forbidden: bot was blocked by the user`" while retrive chatId

This pull request allows us not to send notifications if we do not return TelegramSenderContract. In some cases I no longer need to send a notification. The most common case...

Could you please tell me if it’s possible to send a document without using a file link? I want to specify the file’s content as text. Like this: ```php TelegramFile::create()->document('File...