diff --git a/Adding-defaults-to-your-bot.md b/Adding-defaults-to-your-bot.md index 09244b0..0d9c5e6 100644 --- a/Adding-defaults-to-your-bot.md +++ b/Adding-defaults-to-your-bot.md @@ -6,10 +6,11 @@ As of version 12.4, PTB supports passing default values for arguments such as `p * `disable_notification` * `disable_web_page_preview` * `allow_sending_without_reply` -* `quote` +* `do_quote` * `tzinfo` * `block` * `protect_content` +* `link_preview_options` ## Example Here is a show case for setting `parse_mode` to `ParseMode.HTML` and `tzinfo` to `pytz.timezone('Europe/Berlin')` by default: