Update telegram_bot.markdown (#20022)

This commit is contained in:
pixel::doc 2021-10-28 08:49:11 +02:00 committed by GitHub
parent cf40e424e4
commit 21609245a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
```