mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
We have to send and array... that's new...
This commit is contained in:
parent
a97da5cb20
commit
76db279624
2 changed files with 1 additions and 1 deletions
0
examples/paymentbot.py
Normal file
0
examples/paymentbot.py
Normal file
|
@ -1840,7 +1840,7 @@ class Bot(TelegramObject):
|
|||
'provider_token': provider_token,
|
||||
'start_parameter': start_parameter,
|
||||
'currency': currency,
|
||||
'prices': prices
|
||||
'prices': [p.to_dict() for p in prices]
|
||||
}
|
||||
|
||||
if photo_url:
|
||||
|
|
Loading…
Add table
Reference in a new issue