TgKit library and website are still in early development!

PreCheckoutQuery Class

extends Base

Contains information about an incoming pre-checkout query.

Properties

client Client

See the code

currency Currency

Three-letter ISO 4217 currency code, or "XTR" for payments in Telegram Stars

See the code

from User

User who sent the query

See the code

id string

Unique query identifier

See the code

invoicePayload string

Bot-specified invoice payload

See the code

orderInfo OrderInfo

Order information provided by the user

See the code

shippingOptionId string

Identifier of the shipping option chosen by the user

See the code

totalAmount number

Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of

See the code