We have to send and array... that's new...

This commit is contained in:
Jacob Bom 2017-05-20 18:46:39 +02:00
parent a97da5cb20
commit 76db279624
2 changed files with 1 additions and 1 deletions

0
examples/paymentbot.py Normal file
View file

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