You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the ntfy telegram backend uses the telegram_send library, this should be possible, as telegram_send supports the different styles of message, including HTML mode and Markdown mode. https://github.com/rahiel/telegram-send#usage
Calling the send() function with the option parse_mode=Markdown can accomplish this. The possible options (taken from the source code of telegram_send), is ["text", "markdown", "html"].
Hi there. Thanks so much for developing this module.
For Telegram messages, is there any way to send messages with rich formatting in them, i.e. I can bold, italicize, etc?
Per here, the TG API supports this. https://stackoverflow.com/questions/38119481/send-bold-italic-text-on-telegram-bot-with-html.
Thanks!
The text was updated successfully, but these errors were encountered: