PreCheckoutQuery

Information about an incoming pre-checkout query

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currency
string currency;

Three-letter ISO 4217 currency code

from
User from;

User who sent the query

id
string id;

Unique query identifier

invoice_payload
string invoice_payload;

Bot specified invoice payload

order_info
OrderInfo order_info;

Order info provided by the user

shipping_option_id
string shipping_option_id;

Identifier of the shipping option chosen by the user

total_amount
int total_amount;

Total price in the smallest units of the currency

See Also

Meta