teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
UpdateBotPrecheckoutQuery
Class UpdateBotPrecheckoutQuery
Hierarchy (
View Summary
)
VirtualClass
<
{
currency
:
string
;
info
?:
TypePaymentRequestedInfo
;
payload
:
bytes
;
queryId
:
long
;
shippingOptionId
?:
string
;
totalAmount
:
long
;
userId
:
long
;
}
,
>
UpdateBotPrecheckoutQuery
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
currency
info?
original
Args
payload
query
Id
shipping
Option
Id?
SUBCLASS_
OF_
ID
total
Amount
user
Id
Constructors
constructor
new
UpdateBotPrecheckoutQuery
(
args
:
{
currency
:
string
;
info
?:
PaymentRequestedInfo
;
payload
:
bytes
;
queryId
:
BigInteger
;
shippingOptionId
?:
string
;
totalAmount
:
BigInteger
;
userId
:
BigInteger
;
}
,
)
:
UpdateBotPrecheckoutQuery
Parameters
args
:
{
currency
:
string
;
info
?:
PaymentRequestedInfo
;
payload
:
bytes
;
queryId
:
BigInteger
;
shippingOptionId
?:
string
;
totalAmount
:
BigInteger
;
userId
:
BigInteger
;
}
Returns
UpdateBotPrecheckoutQuery
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
UpdateBotPrecheckoutQuery
Parameters
reader
:
any
Returns
UpdateBotPrecheckoutQuery
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
currency
:
string
;
info
?:
PaymentRequestedInfo
;
payload
:
bytes
;
queryId
:
BigInteger
;
shippingOptionId
?:
string
;
totalAmount
:
BigInteger
;
userId
:
BigInteger
;
}
Returns
{
currency
:
string
;
info
?:
PaymentRequestedInfo
;
payload
:
bytes
;
queryId
:
BigInteger
;
shippingOptionId
?:
string
;
totalAmount
:
BigInteger
;
userId
:
BigInteger
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
class
Name
className
:
"UpdateBotPrecheckoutQuery"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
2359990934
currency
currency
:
string
Optional
info
info
?:
PaymentRequestedInfo
original
Args
originalArgs
:
{
currency
:
string
;
info
?:
PaymentRequestedInfo
;
payload
:
bytes
;
queryId
:
BigInteger
;
shippingOptionId
?:
string
;
totalAmount
:
BigInteger
;
userId
:
BigInteger
;
}
payload
payload
:
bytes
query
Id
queryId
:
BigInteger
Optional
shipping
Option
Id
shippingOptionId
?:
string
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2676568142
total
Amount
totalAmount
:
BigInteger
user
Id
userId
:
BigInteger
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
currency
info
original
Args
payload
query
Id
shipping
Option
Id
SUBCLASS_
OF_
ID
total
Amount
user
Id
GitHub
npm
Issues
teleproto - v1.229.0
Loading...