Skip to content

Commit c7ed87d

Browse files
committed
add telegram doc link comment
1 parent a68e0ad commit c7ed87d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/paymentbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def start_with_shipping_callback(bot, update):
3838
# price in dollars
3939
price = 1
4040
# price * 100 so as to include 2 d.p.
41+
# check https://core.telegram.org/bots/payments#supported-currencies for more details
4142
prices = [LabeledPrice("Test", price * 100)]
4243

4344
# optionally pass need_name=True, need_phone_number=True,

0 commit comments

Comments
 (0)