new field in defaults update

Harshil 2024-07-03 23:14:08 -04:00
parent 295a937f0c
commit 42d107a4c8

@ -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: