laravel-notification-channels / telegram

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

Expand TelegramMessage class #194

Open IvanovPavel opened 4 months ago

IvanovPavel commented 4 months ago

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 in advance.

Samoylenko666 commented 3 months ago

You can use escapedLine() method maybe this will help