mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Update telegram_bot.markdown (#20022)
This commit is contained in:
parent
cf40e424e4
commit
21609245a9
@ -517,3 +517,13 @@ Receiving `chat_id` and `message_id` identifiers of sent messages by the `telegr
|
|||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
## Example: send_message with formatted Text
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
action:
|
||||||
|
- service: notify.telegrambot
|
||||||
|
data:
|
||||||
|
title: Example Message
|
||||||
|
message: 'Message with *BOLD*, _ITALIC_ and `MONOSPACE` Text'
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user