add telegram doc link comment

This commit is contained in:
Jeff 2017-06-11 04:30:21 +08:00
parent a68e0ad044
commit c7ed87d475

View file

@ -38,6 +38,7 @@ def start_with_shipping_callback(bot, update):
# price in dollars
price = 1
# price * 100 so as to include 2 d.p.
# check https://core.telegram.org/bots/payments#supported-currencies for more details
prices = [LabeledPrice("Test", price * 100)]
# optionally pass need_name=True, need_phone_number=True,