CF Workers Telegram Bot - v11.2.1
Preparing search index...
TelegramPreCheckoutQuery
Interface TelegramPreCheckoutQuery
interface
TelegramPreCheckoutQuery
{
currency
:
string
;
from
:
TelegramUser
;
id
:
string
;
invoice_payload
:
string
;
order_info
?:
{
email
?:
string
;
name
?:
string
;
phone_number
?:
string
;
shipping_address
?:
{
city
:
string
;
country_code
:
string
;
post_code
:
string
;
state
:
string
;
street_line1
:
string
;
street_line2
:
string
;
}
;
}
;
shipping_option_id
?:
string
;
total_amount
:
number
;
}
Index
Properties
currency
from
id
invoice_
payload
order_
info?
shipping_
option_
id?
total_
amount
Properties
currency
currency
:
string
from
from
:
TelegramUser
id
id
:
string
invoice_
payload
invoice_payload
:
string
Optional
order_
info
order_info
?:
{
email
?:
string
;
name
?:
string
;
phone_number
?:
string
;
shipping_address
?:
{
city
:
string
;
country_code
:
string
;
post_code
:
string
;
state
:
string
;
street_line1
:
string
;
street_line2
:
string
;
}
;
}
Optional
shipping_
option_
id
shipping_option_id
?:
string
total_
amount
total_amount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
from
id
invoice_
payload
order_
info
shipping_
option_
id
total_
amount
CF Workers Telegram Bot - v11.2.1
Loading...