TDLib v0.0.2 TDLib.Object.MessageInvoice View Source
A message with an invoice from a bot.
Name | Type | Description |
---|---|---|
title | string | Product title. |
description | string | Product description. |
photo | photo | Product photo; may be null. |
currency | string | Currency for the product price. |
total_amount | string | Product total price in the minimal quantity of the currency. |
start_parameter | string | Unique invoice bot start_parameter. To share an invoice use the URL https://t.me/{bot_username}?start={start_parameter}. |
is_test | bool | True, if the invoice is a test invoice. |
need_shipping_address | bool | True, if the shipping address should be specified. |
receipt_message_id | string | The identifier of the message with the receipt, after the product has been purchased. |
More details on telegram’s documentation.