Telegram supports formatting options which can be specified via parse_mode field. It is a must-have thing to have nice messages and telegram-bot-api supports it.
The PR makes it possible to specify parse_mode when configuring Telegram Action.
Coverage remained the same at 68.919% when pulling 326b07ef453eba6cfebb5a59dd0b54b72c06ff9b on orsinium-forks:improve-telegram into d22455f4dc361c6605db1f71ab5316ca5182ac37 on muesli:master.
Telegram supports formatting options which can be specified via
parse_mode
field. It is a must-have thing to have nice messages andtelegram-bot-api
supports it.The PR makes it possible to specify
parse_mode
when configuring Telegram Action.