We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68e0ad commit c7ed87dCopy full SHA for c7ed87d
examples/paymentbot.py
@@ -38,6 +38,7 @@ def start_with_shipping_callback(bot, update):
38
# price in dollars
39
price = 1
40
# price * 100 so as to include 2 d.p.
41
+ # check https://core.telegram.org/bots/payments#supported-currencies for more details
42
prices = [LabeledPrice("Test", price * 100)]
43
44
# optionally pass need_name=True, need_phone_number=True,
0 commit comments