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

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

Summary

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()
}