teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
PageRelatedArticle
Class PageRelatedArticle
Hierarchy (
View Summary
)
VirtualClass
<
{
author
?:
string
;
description
?:
string
;
photoId
?:
long
;
publishedDate
?:
int
;
title
?:
string
;
url
:
string
;
webpageId
:
long
;
}
,
>
PageRelatedArticle
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
author?
class
Name
class
Type
CONSTRUCTOR_
ID
description?
original
Args
photo
Id?
published
Date?
SUBCLASS_
OF_
ID
title?
url
webpage
Id
Constructors
constructor
new
PageRelatedArticle
(
args
:
{
author
?:
string
;
description
?:
string
;
photoId
?:
BigInteger
;
publishedDate
?:
number
;
title
?:
string
;
url
:
string
;
webpageId
:
BigInteger
;
}
,
)
:
PageRelatedArticle
Parameters
args
:
{
author
?:
string
;
description
?:
string
;
photoId
?:
BigInteger
;
publishedDate
?:
number
;
title
?:
string
;
url
:
string
;
webpageId
:
BigInteger
;
}
Returns
PageRelatedArticle
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
PageRelatedArticle
Parameters
reader
:
any
Returns
PageRelatedArticle
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
()
:
{
author
?:
string
;
description
?:
string
;
photoId
?:
BigInteger
;
publishedDate
?:
number
;
title
?:
string
;
url
:
string
;
webpageId
:
BigInteger
;
}
Returns
{
author
?:
string
;
description
?:
string
;
photoId
?:
BigInteger
;
publishedDate
?:
number
;
title
?:
string
;
url
:
string
;
webpageId
:
BigInteger
;
}
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
author
author
?:
string
class
Name
className
:
"PageRelatedArticle"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3012615176
Optional
description
description
?:
string
original
Args
originalArgs
:
{
author
?:
string
;
description
?:
string
;
photoId
?:
BigInteger
;
publishedDate
?:
number
;
title
?:
string
;
url
:
string
;
webpageId
:
BigInteger
;
}
Optional
photo
Id
photoId
?:
BigInteger
Optional
published
Date
publishedDate
?:
number
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
919623714
Optional
title
title
?:
string
url
url
:
string
webpage
Id
webpageId
:
BigInteger
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
author
class
Name
class
Type
CONSTRUCTOR_
ID
description
original
Args
photo
Id
published
Date
SUBCLASS_
OF_
ID
title
url
webpage
Id
GitHub
npm
Issues
teleproto - v1.229.0
Loading...