add disable_notification parameter (#99)

This commit is contained in:
vaaski
2021-04-03 00:38:16 +02:00
committed by GitHub
parent a91d132e3f
commit 6dbb4b1735
4 changed files with 42 additions and 1 deletions
+13 -1
View File
@@ -233,10 +233,22 @@ Disables link previews for links in this message
settings:
token: xxxxxxxxxx
to: telegram_user_id
message: send message using custom socks5 URL
message: send message without a link preview
+ disable_web_page_preview: true
```
Disables notifications for this message
```diff
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token: xxxxxxxxxx
to: telegram_user_id
message: send message message silently
+ disable_notification: true
```
## Parameter Reference
token