Telegram metod sendinvoce

i can Create Invoice for bot https://core.telegram.org/bots/payments but
can't start function sendInvoice. Please help

my function :

bot.send_invoice(
chat_id=544384732,
title='Пополнение счета',
description='Описание',
invoice_payload='true',
provider_token="401643678:TEST:4a863f3e-099f-4c98-bfe3-c1ef63c958cd",
start_parameter='true',
currency='50',
prices = [types.LabeledPrice(label='Working Time Machine', amount=50000),
types.LabeledPrice('Gift wrapping', 15000)]
)

return msg;

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.