teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
MessageReplies
Class MessageReplies
Hierarchy (
View Summary
)
VirtualClass
<
{
channelId
?:
long
;
comments
?:
boolean
;
maxId
?:
int
;
readMaxId
?:
int
;
recentRepliers
?:
TypePeer
[]
;
replies
:
int
;
repliesPts
:
int
;
}
,
>
MessageReplies
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
channel
Id?
class
Name
class
Type
comments?
CONSTRUCTOR_
ID
max
Id?
original
Args
read
Max
Id?
recent
Repliers?
replies
replies
Pts
SUBCLASS_
OF_
ID
Constructors
constructor
new
MessageReplies
(
args
:
{
channelId
?:
BigInteger
;
comments
?:
boolean
;
maxId
?:
number
;
readMaxId
?:
number
;
recentRepliers
?:
TypePeer
[]
;
replies
:
number
;
repliesPts
:
number
;
}
,
)
:
MessageReplies
Parameters
args
:
{
channelId
?:
BigInteger
;
comments
?:
boolean
;
maxId
?:
number
;
readMaxId
?:
number
;
recentRepliers
?:
TypePeer
[]
;
replies
:
number
;
repliesPts
:
number
;
}
Returns
MessageReplies
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
MessageReplies
Parameters
reader
:
any
Returns
MessageReplies
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
()
:
{
channelId
?:
BigInteger
;
comments
?:
boolean
;
maxId
?:
number
;
readMaxId
?:
number
;
recentRepliers
?:
TypePeer
[]
;
replies
:
number
;
repliesPts
:
number
;
}
Returns
{
channelId
?:
BigInteger
;
comments
?:
boolean
;
maxId
?:
number
;
readMaxId
?:
number
;
recentRepliers
?:
TypePeer
[]
;
replies
:
number
;
repliesPts
:
number
;
}
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
Optional
channel
Id
channelId
?:
BigInteger
class
Name
className
:
"MessageReplies"
class
Type
classType
:
"constructor"
Optional
comments
comments
?:
boolean
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
2211844034
Optional
max
Id
maxId
?:
number
original
Args
originalArgs
:
{
channelId
?:
BigInteger
;
comments
?:
boolean
;
maxId
?:
number
;
readMaxId
?:
number
;
recentRepliers
?:
TypePeer
[]
;
replies
:
number
;
repliesPts
:
number
;
}
Optional
read
Max
Id
readMaxId
?:
number
Optional
recent
Repliers
recentRepliers
?:
TypePeer
[]
replies
replies
:
number
replies
Pts
repliesPts
:
number
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1825397986
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
channel
Id
class
Name
class
Type
comments
CONSTRUCTOR_
ID
max
Id
original
Args
read
Max
Id
recent
Repliers
replies
replies
Pts
SUBCLASS_
OF_
ID
GitHub
npm
Issues
teleproto - v1.229.0
Loading...