laravel-notification-channels / telegram

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

add ability to change default behaiveor #185

Closed abbasudo closed 10 months ago

abbasudo commented 1 year ago

in some cases when the message contains one of the markdown characters ( * or _ ) telegram will not send the message. This PR will add a normal function so the developers can overwrite the parse mode behavior to send messages that contain markdown characters as a standard message. also changed markdown to the new markdownV2 according to telegrams documentation.link link