teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
MessageActionPaymentSent
Class MessageActionPaymentSent
Hierarchy (
View Summary
)
VirtualClass
<
{
currency
:
string
;
invoiceSlug
?:
string
;
recurringInit
?:
boolean
;
recurringUsed
?:
boolean
;
subscriptionUntilDate
?:
int
;
totalAmount
:
long
;
}
,
>
MessageActionPaymentSent
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
invoice
Slug?
original
Args
recurring
Init?
recurring
Used?
SUBCLASS_
OF_
ID
subscription
Until
Date?
total
Amount
Constructors
constructor
new
MessageActionPaymentSent
(
args
:
{
currency
:
string
;
invoiceSlug
?:
string
;
recurringInit
?:
boolean
;
recurringUsed
?:
boolean
;
subscriptionUntilDate
?:
number
;
totalAmount
:
BigInteger
;
}
,
)
:
MessageActionPaymentSent
Parameters
args
:
{
currency
:
string
;
invoiceSlug
?:
string
;
recurringInit
?:
boolean
;
recurringUsed
?:
boolean
;
subscriptionUntilDate
?:
number
;
totalAmount
:
BigInteger
;
}
Returns
MessageActionPaymentSent
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
MessageActionPaymentSent
Parameters
reader
:
any
Returns
MessageActionPaymentSent
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
;
invoiceSlug
?:
string
;
recurringInit
?:
boolean
;
recurringUsed
?:
boolean
;
subscriptionUntilDate
?:
number
;
totalAmount
:
BigInteger
;
}
Returns
{
currency
:
string
;
invoiceSlug
?:
string
;
recurringInit
?:
boolean
;
recurringUsed
?:
boolean
;
subscriptionUntilDate
?:
number
;
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
:
"MessageActionPaymentSent"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3324293486
currency
currency
:
string
Optional
invoice
Slug
invoiceSlug
?:
string
original
Args
originalArgs
:
{
currency
:
string
;
invoiceSlug
?:
string
;
recurringInit
?:
boolean
;
recurringUsed
?:
boolean
;
subscriptionUntilDate
?:
number
;
totalAmount
:
BigInteger
;
}
Optional
recurring
Init
recurringInit
?:
boolean
Optional
recurring
Used
recurringUsed
?:
boolean
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2256589094
Optional
subscription
Until
Date
subscriptionUntilDate
?:
number
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
invoice
Slug
original
Args
recurring
Init
recurring
Used
SUBCLASS_
OF_
ID
subscription
Until
Date
total
Amount
GitHub
npm
Issues
teleproto - v1.229.0
Loading...