TDLib v0.0.2 TDLib.Object.MessageInvoice View Source

A message with an invoice from a bot.

NameTypeDescription
titlestringProduct title.
descriptionstringProduct description.
photophotoProduct photo; may be null.
currencystringCurrency for the product price.
total_amountstringProduct total price in the minimal quantity of the currency.
start_parameterstringUnique invoice bot start_parameter. To share an invoice use the URL https://t.me/{bot_username}?start={start_parameter}.
is_testboolTrue, if the invoice is a test invoice.
need_shipping_addressboolTrue, if the shipping address should be specified.
receipt_message_idstringThe identifier of the message with the receipt, after the product has been purchased.

More details on telegram’s documentation.