chore: support disable web page preview (#24)

This commit is contained in:
Bo-Yi Wu
2020-10-03 08:42:51 +08:00
committed by GitHub
parent 0e7bbc5ef7
commit 9e5e0be372
3 changed files with 26 additions and 4 deletions
+1
View File
@@ -55,6 +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`.
## Example