telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
PreCheckoutQuery
telega
telegram
payments
Undocumented in source.
struct
PreCheckoutQuery {
string
id
;
User
from
;
string
currency
;
uint
total_amount
;
string
invoice_payload
;
string
shipping_option_id
;
Nullable
!
OrderInfo
order_info
;
}
Members
Variables
currency
string
currency
;
Undocumented in source.
from
User
from
;
Undocumented in source.
id
string
id
;
Undocumented in source.
invoice_payload
string
invoice_payload
;
Undocumented in source.
order_info
Nullable
!
OrderInfo
order_info
;
Undocumented in source.
shipping_option_id
string
shipping_option_id
;
Undocumented in source.
total_amount
uint
total_amount
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
payments
structs
Invoice
LabeledPrice
OrderInfo
PreCheckoutQuery
ShippingAddress
ShippingOption
ShippingQuery
SuccessfulPayment