View Source ExGram.Model.PreCheckoutQuery (ex_gram v0.53.0)
This object contains information about an incoming pre-checkout query.
Check the documentation of this model in https://core.telegram.org/bots/api#precheckoutquery
Summary
Types
@type t() :: %ExGram.Model.PreCheckoutQuery{ currency: String.t(), from: ExGram.Model.User.t(), id: String.t(), invoice_payload: String.t(), order_info: ExGram.Model.OrderInfo.t() | nil, shipping_option_id: String.t() | nil, total_amount: integer() }