mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
fix typo again
This commit is contained in:
parent
1bf0078573
commit
f314915954
1 changed files with 1 additions and 1 deletions
|
@ -1835,7 +1835,7 @@ class Bot(TelegramObject):
|
|||
photo_height=None,
|
||||
need_name=None,
|
||||
need_phone_number=None,
|
||||
need_email=None
|
||||
need_email=None,
|
||||
need_shipping_address=None,
|
||||
is_flexible=None,
|
||||
disable_notification=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue