mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-04 18:23:45 +08:00
add disable_notification parameter (#99)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user