teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
StarsRevenueStatus
Class StarsRevenueStatus
Hierarchy (
View Summary
)
VirtualClass
<
{
availableBalance
:
TypeStarsAmount
;
currentBalance
:
TypeStarsAmount
;
nextWithdrawalAt
?:
int
;
overallRevenue
:
TypeStarsAmount
;
withdrawalEnabled
?:
boolean
;
}
,
>
StarsRevenueStatus
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
available
Balance
class
Name
class
Type
CONSTRUCTOR_
ID
current
Balance
next
Withdrawal
At?
original
Args
overall
Revenue
SUBCLASS_
OF_
ID
withdrawal
Enabled?
Constructors
constructor
new
StarsRevenueStatus
(
args
:
{
availableBalance
:
TypeStarsAmount
;
currentBalance
:
TypeStarsAmount
;
nextWithdrawalAt
?:
number
;
overallRevenue
:
TypeStarsAmount
;
withdrawalEnabled
?:
boolean
;
}
,
)
:
StarsRevenueStatus
Parameters
args
:
{
availableBalance
:
TypeStarsAmount
;
currentBalance
:
TypeStarsAmount
;
nextWithdrawalAt
?:
number
;
overallRevenue
:
TypeStarsAmount
;
withdrawalEnabled
?:
boolean
;
}
Returns
StarsRevenueStatus
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
StarsRevenueStatus
Parameters
reader
:
any
Returns
StarsRevenueStatus
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
()
:
{
availableBalance
:
TypeStarsAmount
;
currentBalance
:
TypeStarsAmount
;
nextWithdrawalAt
?:
number
;
overallRevenue
:
TypeStarsAmount
;
withdrawalEnabled
?:
boolean
;
}
Returns
{
availableBalance
:
TypeStarsAmount
;
currentBalance
:
TypeStarsAmount
;
nextWithdrawalAt
?:
number
;
overallRevenue
:
TypeStarsAmount
;
withdrawalEnabled
?:
boolean
;
}
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
available
Balance
availableBalance
:
TypeStarsAmount
class
Name
className
:
"StarsRevenueStatus"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
4273886353
current
Balance
currentBalance
:
TypeStarsAmount
Optional
next
Withdrawal
At
nextWithdrawalAt
?:
number
original
Args
originalArgs
:
{
availableBalance
:
TypeStarsAmount
;
currentBalance
:
TypeStarsAmount
;
nextWithdrawalAt
?:
number
;
overallRevenue
:
TypeStarsAmount
;
withdrawalEnabled
?:
boolean
;
}
overall
Revenue
overallRevenue
:
TypeStarsAmount
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1031643121
Optional
withdrawal
Enabled
withdrawalEnabled
?:
boolean
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
available
Balance
class
Name
class
Type
CONSTRUCTOR_
ID
current
Balance
next
Withdrawal
At
original
Args
overall
Revenue
SUBCLASS_
OF_
ID
withdrawal
Enabled
GitHub
npm
Issues
teleproto - v1.229.0
Loading...