Add parse_mode
option to io.kestra.plugin.notifications.telegram.TelegramSend
#159
Labels
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
good first issue
Great issue for new contributors
Feature description
Currently, all messages are sent in plain text mode. Allowing to do text formatting will be very useful. To do that,
parse_mode
option should be passed in telegram request.Telegram reference: https://core.telegram.org/bots/api#formatting-options
Relevant code:
plugin-notifications/src/main/java/io/kestra/plugin/notifications/telegram/TelegramBotApiService.java
Line 41 in 9261803
The text was updated successfully, but these errors were encountered: