mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
add telegram doc link comment
This commit is contained in:
parent
a68e0ad044
commit
c7ed87d475
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue