Link Search Menu Expand Document

Constructor: pageRelatedArticle

Back to constructors index

Related article

Attributes:

NameTypeRequiredDescription
urlstringYesURL of article
webpage_idlongYesWebpage ID of generated IV preview
titlestringOptionalTitle
descriptionstringOptionalDescription
photo_idlongOptionalID of preview photo
authorstringOptionalAuthor name
published_dateintOptionalDate of publication

Type: PageRelatedArticle

Example:

$pageRelatedArticle = ['_' => 'pageRelatedArticle', 'url' => 'string', 'webpage_id' => long, 'title' => 'string', 'description' => 'string', 'photo_id' => long, 'author' => 'string', 'published_date' => int];