From 21609245a97ece3895ad471e828ce30bcd0a7c9f Mon Sep 17 00:00:00 2001 From: "pixel::doc" Date: Thu, 28 Oct 2021 08:49:11 +0200 Subject: [PATCH] Update telegram_bot.markdown (#20022) --- source/_integrations/telegram_bot.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/telegram_bot.markdown b/source/_integrations/telegram_bot.markdown index b41614532b9..144d76721c0 100644 --- a/source/_integrations/telegram_bot.markdown +++ b/source/_integrations/telegram_bot.markdown @@ -517,3 +517,13 @@ Receiving `chat_id` and `message_id` identifiers of sent messages by the `telegr ``` {% endraw %} + +## Example: send_message with formatted Text + +```yaml +action: +- service: notify.telegrambot + data: + title: Example Message + message: 'Message with *BOLD*, _ITALIC_ and `MONOSPACE` Text' +```