Skip to content

Commit

Permalink
Merge pull request #3194 from aminvakil/telegram_default_parse_mode
Browse files Browse the repository at this point in the history
Telegram default parse_mode has been changed to HTML
  • Loading branch information
simonpasquier committed Jan 5, 2023
2 parents 9aa5974 + 9c9ddcb commit ef15031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ API](http://admin.wechat.com/wiki/index.php?title=Customer_Service_Messages).
[ disable_notifications: <boolean> | default = false ]

# Parse mode for telegram message, supported values are MarkdownV2, Markdown, HTML and empty string for plain text.
[ parse_mode: <string> | default = "MarkdownV2" ]
[ parse_mode: <string> | default = "HTML" ]

# The HTTP client's configuration.
[ http_config: <http_config> | default = global.http_config ]
Expand Down

0 comments on commit ef15031

Please sign in to comment.