refactor: disable_web_page_preview

This commit is contained in:
Bo-Yi Wu
2020-10-03 16:10:54 +08:00
parent 9e5e0be372
commit 1ecd8d50e4
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ Remove `args` to send the default message.
* format - optional. `markdown` or `html`. See [MarkdownV2 style](https://core.telegram.org/bots/api#markdownv2-style)
* message - optional. custom message
* message_file - optional. overwrite the default message template with the contents of the specified file.
* webpage_preview - optional. disables link previews for links in this message. default is `true`.
* disable_web_page_preview - optional. disables link previews for links in this message. default is `false`.
## Example