mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
new field in defaults update
parent
295a937f0c
commit
42d107a4c8
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue