teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
premium
BoostsStatus
Class BoostsStatus
Hierarchy (
View Summary
)
VirtualClass
<
{
boosts
:
int
;
boostUrl
:
string
;
currentLevelBoosts
:
int
;
giftBoosts
?:
int
;
level
:
int
;
myBoost
?:
boolean
;
myBoostSlots
?:
int
[]
;
nextLevelBoosts
?:
int
;
premiumAudience
?:
TypeStatsPercentValue
;
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
;
}
,
>
BoostsStatus
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
boosts
boost
Url
class
Name
class
Type
CONSTRUCTOR_
ID
current
Level
Boosts
gift
Boosts?
level
my
Boost?
my
Boost
Slots?
next
Level
Boosts?
original
Args
premium
Audience?
prepaid
Giveaways?
SUBCLASS_
OF_
ID
Constructors
constructor
new
BoostsStatus
(
args
:
{
boosts
:
number
;
boostUrl
:
string
;
currentLevelBoosts
:
number
;
giftBoosts
?:
number
;
level
:
number
;
myBoost
?:
boolean
;
myBoostSlots
?:
number
[]
;
nextLevelBoosts
?:
number
;
premiumAudience
?:
StatsPercentValue
;
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
;
}
,
)
:
BoostsStatus
Parameters
args
:
{
boosts
:
number
;
boostUrl
:
string
;
currentLevelBoosts
:
number
;
giftBoosts
?:
number
;
level
:
number
;
myBoost
?:
boolean
;
myBoostSlots
?:
number
[]
;
nextLevelBoosts
?:
number
;
premiumAudience
?:
StatsPercentValue
;
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
;
}
Returns
BoostsStatus
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
BoostsStatus
Parameters
reader
:
any
Returns
BoostsStatus
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
()
:
{
boosts
:
number
;
boostUrl
:
string
;
currentLevelBoosts
:
number
;
giftBoosts
?:
number
;
level
:
number
;
myBoost
?:
boolean
;
myBoostSlots
?:
number
[]
;
nextLevelBoosts
?:
number
;
premiumAudience
?:
StatsPercentValue
;
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
;
}
Returns
{
boosts
:
number
;
boostUrl
:
string
;
currentLevelBoosts
:
number
;
giftBoosts
?:
number
;
level
:
number
;
myBoost
?:
boolean
;
myBoostSlots
?:
number
[]
;
nextLevelBoosts
?:
number
;
premiumAudience
?:
StatsPercentValue
;
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
;
}
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
boosts
boosts
:
number
boost
Url
boostUrl
:
string
class
Name
className
:
"premium.BoostsStatus"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1230586490
current
Level
Boosts
currentLevelBoosts
:
number
Optional
gift
Boosts
giftBoosts
?:
number
level
level
:
number
Optional
my
Boost
myBoost
?:
boolean
Optional
my
Boost
Slots
myBoostSlots
?:
number
[]
Optional
next
Level
Boosts
nextLevelBoosts
?:
number
original
Args
originalArgs
:
{
boosts
:
number
;
boostUrl
:
string
;
currentLevelBoosts
:
number
;
giftBoosts
?:
number
;
level
:
number
;
myBoost
?:
boolean
;
myBoostSlots
?:
number
[]
;
nextLevelBoosts
?:
number
;
premiumAudience
?:
StatsPercentValue
;
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
;
}
Optional
premium
Audience
premiumAudience
?:
StatsPercentValue
Optional
prepaid
Giveaways
prepaidGiveaways
?:
TypePrepaidGiveaway
[]
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
3273333433
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
boosts
boost
Url
class
Name
class
Type
CONSTRUCTOR_
ID
current
Level
Boosts
gift
Boosts
level
my
Boost
my
Boost
Slots
next
Level
Boosts
original
Args
premium
Audience
prepaid
Giveaways
SUBCLASS_
OF_
ID
GitHub
npm
Issues
teleproto - v1.229.0
Loading...