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.

NameTypeDescription
titlestringProduct title.
descriptionformattedTextProduct description.
photophotoProduct photo; may be null.
currencystringCurrency for the product price.
total_amountstringProduct total price in the smallest units of the currency.
start_parameterstringUnique invoice bot start_parameter to be passed to getInternalLink.
is_testboolTrue, if the invoice is a test invoice.
need_shipping_addressboolTrue, if the shipping address must be specified.
receipt_message_idstringThe identifier of the message with the receipt, after the product has been purchased.
extended_mediaMessageExtendedMediaExtended media attached to the invoice; may be null.

More details on telegram's documentation.