teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
payments
PaymentReceiptStars
Class PaymentReceiptStars
Hierarchy (
View Summary
)
VirtualClass
<
{
botId
:
long
;
currency
:
string
;
date
:
int
;
description
:
string
;
invoice
:
TypeInvoice
;
photo
?:
TypeWebDocument
;
title
:
string
;
totalAmount
:
long
;
transactionId
:
string
;
users
:
TypeUser
[]
;
}
,
>
PaymentReceiptStars
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
bot
Id
class
Name
class
Type
CONSTRUCTOR_
ID
currency
date
description
invoice
original
Args
photo?
SUBCLASS_
OF_
ID
title
total
Amount
transaction
Id
users
Constructors
constructor
new
PaymentReceiptStars
(
args
:
{
botId
:
BigInteger
;
currency
:
string
;
date
:
number
;
description
:
string
;
invoice
:
Invoice
;
photo
?:
TypeWebDocument
;
title
:
string
;
totalAmount
:
BigInteger
;
transactionId
:
string
;
users
:
TypeUser
[]
;
}
,
)
:
PaymentReceiptStars
Parameters
args
:
{
botId
:
BigInteger
;
currency
:
string
;
date
:
number
;
description
:
string
;
invoice
:
Invoice
;
photo
?:
TypeWebDocument
;
title
:
string
;
totalAmount
:
BigInteger
;
transactionId
:
string
;
users
:
TypeUser
[]
;
}
Returns
PaymentReceiptStars
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
PaymentReceiptStars
Parameters
reader
:
any
Returns
PaymentReceiptStars
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
()
:
{
botId
:
BigInteger
;
currency
:
string
;
date
:
number
;
description
:
string
;
invoice
:
Invoice
;
photo
?:
TypeWebDocument
;
title
:
string
;
totalAmount
:
BigInteger
;
transactionId
:
string
;
users
:
TypeUser
[]
;
}
Returns
{
botId
:
BigInteger
;
currency
:
string
;
date
:
number
;
description
:
string
;
invoice
:
Invoice
;
photo
?:
TypeWebDocument
;
title
:
string
;
totalAmount
:
BigInteger
;
transactionId
:
string
;
users
:
TypeUser
[]
;
}
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
bot
Id
botId
:
BigInteger
class
Name
className
:
"payments.PaymentReceiptStars"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3669751866
currency
currency
:
string
date
date
:
number
description
description
:
string
invoice
invoice
:
Invoice
original
Args
originalArgs
:
{
botId
:
BigInteger
;
currency
:
string
;
date
:
number
;
description
:
string
;
invoice
:
Invoice
;
photo
?:
TypeWebDocument
;
title
:
string
;
totalAmount
:
BigInteger
;
transactionId
:
string
;
users
:
TypeUser
[]
;
}
Optional
photo
photo
?:
TypeWebDocument
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1493210057
title
title
:
string
total
Amount
totalAmount
:
BigInteger
transaction
Id
transactionId
:
string
users
users
:
TypeUser
[]
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
bot
Id
class
Name
class
Type
CONSTRUCTOR_
ID
currency
date
description
invoice
original
Args
photo
SUBCLASS_
OF_
ID
title
total
Amount
transaction
Id
users
GitHub
npm
Issues
teleproto - v1.229.0
Loading...