teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
MessageActionPaymentRefunded
Class MessageActionPaymentRefunded
Hierarchy (
View Summary
)
VirtualClass
<
{
charge
:
TypePaymentCharge
;
currency
:
string
;
payload
?:
bytes
;
peer
:
TypePeer
;
totalAmount
:
long
;
}
,
>
MessageActionPaymentRefunded
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
charge
class
Name
class
Type
CONSTRUCTOR_
ID
currency
original
Args
payload?
peer
SUBCLASS_
OF_
ID
total
Amount
Constructors
constructor
new
MessageActionPaymentRefunded
(
args
:
{
charge
:
PaymentCharge
;
currency
:
string
;
payload
?:
bytes
;
peer
:
TypePeer
;
totalAmount
:
BigInteger
;
}
,
)
:
MessageActionPaymentRefunded
Parameters
args
:
{
charge
:
PaymentCharge
;
currency
:
string
;
payload
?:
bytes
;
peer
:
TypePeer
;
totalAmount
:
BigInteger
;
}
Returns
MessageActionPaymentRefunded
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
MessageActionPaymentRefunded
Parameters
reader
:
any
Returns
MessageActionPaymentRefunded
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
()
:
{
charge
:
PaymentCharge
;
currency
:
string
;
payload
?:
bytes
;
peer
:
TypePeer
;
totalAmount
:
BigInteger
;
}
Returns
{
charge
:
PaymentCharge
;
currency
:
string
;
payload
?:
bytes
;
peer
:
TypePeer
;
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
charge
charge
:
PaymentCharge
class
Name
className
:
"MessageActionPaymentRefunded"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1102307842
currency
currency
:
string
original
Args
originalArgs
:
{
charge
:
PaymentCharge
;
currency
:
string
;
payload
?:
bytes
;
peer
:
TypePeer
;
totalAmount
:
BigInteger
;
}
Optional
payload
payload
?:
bytes
peer
peer
:
TypePeer
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2256589094
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
charge
class
Name
class
Type
CONSTRUCTOR_
ID
currency
original
Args
payload
peer
SUBCLASS_
OF_
ID
total
Amount
GitHub
npm
Issues
teleproto - v1.229.0
Loading...