View Source Telegex.Type.PreCheckoutQuery (Telegex v1.2.0)

This object contains information about an incoming pre-checkout query.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.PreCheckoutQuery{
  currency: String.t(),
  from: Telegex.Type.User.t(),
  id: String.t(),
  invoice_payload: String.t(),
  order_info: Telegex.Type.OrderInfo.t() | nil,
  shipping_option_id: String.t() | nil,
  total_amount: integer()
}