teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
MessageMediaInvoice
Class MessageMediaInvoice
Hierarchy (
View Summary
)
VirtualClass
<
{
currency
:
string
;
description
:
string
;
extendedMedia
?:
TypeMessageExtendedMedia
;
photo
?:
TypeWebDocument
;
receiptMsgId
?:
int
;
shippingAddressRequested
?:
boolean
;
startParam
:
string
;
test
?:
boolean
;
title
:
string
;
totalAmount
:
long
;
}
,
>
MessageMediaInvoice
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
description
extended
Media?
original
Args
photo?
receipt
Msg
Id?
shipping
Address
Requested?
start
Param
SUBCLASS_
OF_
ID
test?
title
total
Amount
Constructors
constructor
new
MessageMediaInvoice
(
args
:
{
currency
:
string
;
description
:
string
;
extendedMedia
?:
TypeMessageExtendedMedia
;
photo
?:
TypeWebDocument
;
receiptMsgId
?:
number
;
shippingAddressRequested
?:
boolean
;
startParam
:
string
;
test
?:
boolean
;
title
:
string
;
totalAmount
:
BigInteger
;
}
,
)
:
MessageMediaInvoice
Parameters
args
:
{
currency
:
string
;
description
:
string
;
extendedMedia
?:
TypeMessageExtendedMedia
;
photo
?:
TypeWebDocument
;
receiptMsgId
?:
number
;
shippingAddressRequested
?:
boolean
;
startParam
:
string
;
test
?:
boolean
;
title
:
string
;
totalAmount
:
BigInteger
;
}
Returns
MessageMediaInvoice
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
MessageMediaInvoice
Parameters
reader
:
any
Returns
MessageMediaInvoice
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
;
description
:
string
;
extendedMedia
?:
TypeMessageExtendedMedia
;
photo
?:
TypeWebDocument
;
receiptMsgId
?:
number
;
shippingAddressRequested
?:
boolean
;
startParam
:
string
;
test
?:
boolean
;
title
:
string
;
totalAmount
:
BigInteger
;
}
Returns
{
currency
:
string
;
description
:
string
;
extendedMedia
?:
TypeMessageExtendedMedia
;
photo
?:
TypeWebDocument
;
receiptMsgId
?:
number
;
shippingAddressRequested
?:
boolean
;
startParam
:
string
;
test
?:
boolean
;
title
:
string
;
totalAmount
:
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
:
"MessageMediaInvoice"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
4138027219
currency
currency
:
string
description
description
:
string
Optional
extended
Media
extendedMedia
?:
TypeMessageExtendedMedia
original
Args
originalArgs
:
{
currency
:
string
;
description
:
string
;
extendedMedia
?:
TypeMessageExtendedMedia
;
photo
?:
TypeWebDocument
;
receiptMsgId
?:
number
;
shippingAddressRequested
?:
boolean
;
startParam
:
string
;
test
?:
boolean
;
title
:
string
;
totalAmount
:
BigInteger
;
}
Optional
photo
photo
?:
TypeWebDocument
Optional
receipt
Msg
Id
receiptMsgId
?:
number
Optional
shipping
Address
Requested
shippingAddressRequested
?:
boolean
start
Param
startParam
:
string
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1198308914
Optional
test
test
?:
boolean
title
title
:
string
total
Amount
totalAmount
:
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
description
extended
Media
original
Args
photo
receipt
Msg
Id
shipping
Address
Requested
start
Param
SUBCLASS_
OF_
ID
test
title
total
Amount
GitHub
npm
Issues
teleproto - v1.229.0
Loading...