teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
StarGiftAuctionUserState
Class StarGiftAuctionUserState
Hierarchy (
View Summary
)
VirtualClass
<
{
acquiredCount
:
int
;
bidAmount
?:
long
;
bidDate
?:
int
;
bidPeer
?:
TypePeer
;
minBidAmount
?:
long
;
returned
?:
boolean
;
}
,
>
StarGiftAuctionUserState
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
acquired
Count
bid
Amount?
bid
Date?
bid
Peer?
class
Name
class
Type
CONSTRUCTOR_
ID
min
Bid
Amount?
original
Args
returned?
SUBCLASS_
OF_
ID
Constructors
constructor
new
StarGiftAuctionUserState
(
args
:
{
acquiredCount
:
number
;
bidAmount
?:
BigInteger
;
bidDate
?:
number
;
bidPeer
?:
TypePeer
;
minBidAmount
?:
BigInteger
;
returned
?:
boolean
;
}
,
)
:
StarGiftAuctionUserState
Parameters
args
:
{
acquiredCount
:
number
;
bidAmount
?:
BigInteger
;
bidDate
?:
number
;
bidPeer
?:
TypePeer
;
minBidAmount
?:
BigInteger
;
returned
?:
boolean
;
}
Returns
StarGiftAuctionUserState
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
StarGiftAuctionUserState
Parameters
reader
:
any
Returns
StarGiftAuctionUserState
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
()
:
{
acquiredCount
:
number
;
bidAmount
?:
BigInteger
;
bidDate
?:
number
;
bidPeer
?:
TypePeer
;
minBidAmount
?:
BigInteger
;
returned
?:
boolean
;
}
Returns
{
acquiredCount
:
number
;
bidAmount
?:
BigInteger
;
bidDate
?:
number
;
bidPeer
?:
TypePeer
;
minBidAmount
?:
BigInteger
;
returned
?:
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
acquired
Count
acquiredCount
:
number
Optional
bid
Amount
bidAmount
?:
BigInteger
Optional
bid
Date
bidDate
?:
number
Optional
bid
Peer
bidPeer
?:
TypePeer
class
Name
className
:
"StarGiftAuctionUserState"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
787403204
Optional
min
Bid
Amount
minBidAmount
?:
BigInteger
original
Args
originalArgs
:
{
acquiredCount
:
number
;
bidAmount
?:
BigInteger
;
bidDate
?:
number
;
bidPeer
?:
TypePeer
;
minBidAmount
?:
BigInteger
;
returned
?:
boolean
;
}
Optional
returned
returned
?:
boolean
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
86642350
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
acquired
Count
bid
Amount
bid
Date
bid
Peer
class
Name
class
Type
CONSTRUCTOR_
ID
min
Bid
Amount
original
Args
returned
SUBCLASS_
OF_
ID
GitHub
npm
Issues
teleproto - v1.229.0
Loading...