chore: sending a message without notification

https://github.com/appleboy/telegram-action/issues/26
This commit is contained in:
Bo-Yi Wu
2021-04-03 06:44:51 +08:00
parent f384cb685b
commit a5d86cddbc
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ Remove `args` to send the default message.
* message - optional. custom message
* message_file - optional. overwrite the default message template with the contents of the specified file.
* disable_web_page_preview - optional. disables link previews for links in this message. default is `false`.
* disable_notification - optional. disables notifications for this message, supports sending a message without notification. default is `false`.
## Example