teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
MessageActionGiftStars
Class MessageActionGiftStars
Hierarchy (
View Summary
)
VirtualClass
<
{
amount
:
long
;
cryptoAmount
?:
long
;
cryptoCurrency
?:
string
;
currency
:
string
;
stars
:
long
;
transactionId
?:
string
;
}
,
>
MessageActionGiftStars
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
amount
class
Name
class
Type
CONSTRUCTOR_
ID
crypto
Amount?
crypto
Currency?
currency
original
Args
stars
SUBCLASS_
OF_
ID
transaction
Id?
Constructors
constructor
new
MessageActionGiftStars
(
args
:
{
amount
:
BigInteger
;
cryptoAmount
?:
BigInteger
;
cryptoCurrency
?:
string
;
currency
:
string
;
stars
:
BigInteger
;
transactionId
?:
string
;
}
,
)
:
MessageActionGiftStars
Parameters
args
:
{
amount
:
BigInteger
;
cryptoAmount
?:
BigInteger
;
cryptoCurrency
?:
string
;
currency
:
string
;
stars
:
BigInteger
;
transactionId
?:
string
;
}
Returns
MessageActionGiftStars
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
MessageActionGiftStars
Parameters
reader
:
any
Returns
MessageActionGiftStars
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
()
:
{
amount
:
BigInteger
;
cryptoAmount
?:
BigInteger
;
cryptoCurrency
?:
string
;
currency
:
string
;
stars
:
BigInteger
;
transactionId
?:
string
;
}
Returns
{
amount
:
BigInteger
;
cryptoAmount
?:
BigInteger
;
cryptoCurrency
?:
string
;
currency
:
string
;
stars
:
BigInteger
;
transactionId
?:
string
;
}
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
amount
amount
:
BigInteger
class
Name
className
:
"MessageActionGiftStars"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1171632161
Optional
crypto
Amount
cryptoAmount
?:
BigInteger
Optional
crypto
Currency
cryptoCurrency
?:
string
currency
currency
:
string
original
Args
originalArgs
:
{
amount
:
BigInteger
;
cryptoAmount
?:
BigInteger
;
cryptoCurrency
?:
string
;
currency
:
string
;
stars
:
BigInteger
;
transactionId
?:
string
;
}
stars
stars
:
BigInteger
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2256589094
Optional
transaction
Id
transactionId
?:
string
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
amount
class
Name
class
Type
CONSTRUCTOR_
ID
crypto
Amount
crypto
Currency
currency
original
Args
stars
SUBCLASS_
OF_
ID
transaction
Id
GitHub
npm
Issues
teleproto - v1.229.0
Loading...