telegram api constructor · layer 229 · #f6a548d3
messageMediaInvoice
Invoice
definition
messageMediaInvoice#f6a548d3 flags:# shipping_address_requested:flags.1?true test:flags.3?true title:string description:string photo:flags.0?WebDocument receipt_msg_id:flags.2?int currency:string total_amount:long start_param:string extended_media:flags.4?MessageExtendedMedia = MessageMedia;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
shipping_address_requested | true | Whether the shipping address was requested |
test | true | Whether this is an example invoice |
title | string | Product name, 1-32 characters |
description | string | Product description, 1-255 characters |
photo | WebDocument | URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for. |
receipt_msg_id | int | Message ID of receipt: if set, clients should change the text of the first keyboardButtonBuy button always attached to the message to a localized version of the word Receipt |
currency | string | Three-letter ISO 4217 currency code, or XTR for Telegram Stars. |
total_amount | long | Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). |
start_param | string | Unique bot deep-linking parameter that can be used to generate this invoice |
extended_media | MessageExtendedMedia | Deprecated |
type
MessageMedia · 18 other constructors
history
present in layers 65–229 · constructor id changed 1×
| id | layers |
|---|---|
| #84551347 | 65–145 |
| #f6a548d3 | 146–229 |