Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.0 source code.tar.gz | 2025-02-25 | 22.2 kB | |
6.0 source code.zip | 2025-02-25 | 32.5 kB | |
README.md | 2025-02-25 | 1.2 kB | |
Totals: 3 Items | 55.9 kB | 0 |
What's Changed
- Add support for Laravel 12.
- Add
TelegramVenue
to supportsendVenue
method. - Add
sticker
method to theTelegramFile
to send sticker file. - Add
sendWhen
method to conditionally send a message. - Add ParseMode Enum and refactor parsing mode setting logic.
- Add
buttonWithWebApp
method to open web app from a button. - Add
onError
method to handle exceptions. Based of https://github.com/laravel-notification-channels/telegram/pull/201 by @Hesammousavi. - Refactor
sendFile
to support raw data sending. - Refactor
escapedLine
method. - Refactor
HasSharedLogic
trait. - Refactor classes to use PHP 8.2 features.
- Revise
keyboard
method parameters to$requestLocation
and$requestContact
to be consistent. - Fix sending document with content on-fly https://github.com/laravel-notification-channels/telegram/issues/200.
- Drop support for Laravel 10.
- Drop support for PHP 8.1.
New Contributors
- @Hesammousavi made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/201
Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/5.0.0...6.0.0