teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
payments
StarsStatus
Class StarsStatus
Hierarchy (
View Summary
)
VirtualClass
<
{
balance
:
TypeStarsAmount
;
chats
:
TypeChat
[]
;
history
?:
TypeStarsTransaction
[]
;
nextOffset
?:
string
;
subscriptions
?:
TypeStarsSubscription
[]
;
subscriptionsMissingBalance
?:
long
;
subscriptionsNextOffset
?:
string
;
users
:
TypeUser
[]
;
}
,
>
StarsStatus
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
balance
chats
class
Name
class
Type
CONSTRUCTOR_
ID
history?
next
Offset?
original
Args
SUBCLASS_
OF_
ID
subscriptions?
subscriptions
Missing
Balance?
subscriptions
Next
Offset?
users
Constructors
constructor
new
StarsStatus
(
args
:
{
balance
:
TypeStarsAmount
;
chats
:
TypeChat
[]
;
history
?:
StarsTransaction
[]
;
nextOffset
?:
string
;
subscriptions
?:
StarsSubscription
[]
;
subscriptionsMissingBalance
?:
BigInteger
;
subscriptionsNextOffset
?:
string
;
users
:
TypeUser
[]
;
}
,
)
:
StarsStatus
Parameters
args
:
{
balance
:
TypeStarsAmount
;
chats
:
TypeChat
[]
;
history
?:
StarsTransaction
[]
;
nextOffset
?:
string
;
subscriptions
?:
StarsSubscription
[]
;
subscriptionsMissingBalance
?:
BigInteger
;
subscriptionsNextOffset
?:
string
;
users
:
TypeUser
[]
;
}
Returns
StarsStatus
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
StarsStatus
Parameters
reader
:
any
Returns
StarsStatus
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
()
:
{
balance
:
TypeStarsAmount
;
chats
:
TypeChat
[]
;
history
?:
StarsTransaction
[]
;
nextOffset
?:
string
;
subscriptions
?:
StarsSubscription
[]
;
subscriptionsMissingBalance
?:
BigInteger
;
subscriptionsNextOffset
?:
string
;
users
:
TypeUser
[]
;
}
Returns
{
balance
:
TypeStarsAmount
;
chats
:
TypeChat
[]
;
history
?:
StarsTransaction
[]
;
nextOffset
?:
string
;
subscriptions
?:
StarsSubscription
[]
;
subscriptionsMissingBalance
?:
BigInteger
;
subscriptionsNextOffset
?:
string
;
users
:
TypeUser
[]
;
}
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
balance
balance
:
TypeStarsAmount
chats
chats
:
TypeChat
[]
class
Name
className
:
"payments.StarsStatus"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1822222573
Optional
history
history
?:
StarsTransaction
[]
Optional
next
Offset
nextOffset
?:
string
original
Args
originalArgs
:
{
balance
:
TypeStarsAmount
;
chats
:
TypeChat
[]
;
history
?:
StarsTransaction
[]
;
nextOffset
?:
string
;
subscriptions
?:
StarsSubscription
[]
;
subscriptionsMissingBalance
?:
BigInteger
;
subscriptionsNextOffset
?:
string
;
users
:
TypeUser
[]
;
}
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1855724911
Optional
subscriptions
subscriptions
?:
StarsSubscription
[]
Optional
subscriptions
Missing
Balance
subscriptionsMissingBalance
?:
BigInteger
Optional
subscriptions
Next
Offset
subscriptionsNextOffset
?:
string
users
users
:
TypeUser
[]
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
balance
chats
class
Name
class
Type
CONSTRUCTOR_
ID
history
next
Offset
original
Args
SUBCLASS_
OF_
ID
subscriptions
subscriptions
Missing
Balance
subscriptions
Next
Offset
users
GitHub
npm
Issues
teleproto - v1.229.0
Loading...