View Source ExTDLib.Object.MessageInvoice (ExTDLib v0.0.4)
A message with an invoice from a bot. Use getInternalLink with internalLinkTypeBotStart to share the invoice.
| Name | Type | Description |
|---|---|---|
| title | string | Product title. |
| description | formattedText | Product description. |
| photo | photo | Product photo; may be null. |
| currency | string | Currency for the product price. |
| total_amount | string | Product total price in the smallest units of the currency. |
| start_parameter | string | Unique invoice bot start_parameter to be passed to getInternalLink. |
| is_test | bool | True, if the invoice is a test invoice. |
| need_shipping_address | bool | True, if the shipping address must be specified. |
| receipt_message_id | string | The identifier of the message with the receipt, after the product has been purchased. |
| extended_media | MessageExtendedMedia | Extended media attached to the invoice; may be null. |
More details on telegram's documentation.