Raw.PageRelatedArticle
Related article
pageRelatedArticle#b390dc08 flags:# url:string webpage_id:long title:flags.0?string description:flags.1?string photo_id:flags.2?long author:flags.3?string published_date:flags.4?int = PageRelatedArticle;
export namespace Raw {
export class PageRelatedArticle {
constructor(params: {
url: string;
webpageId: bigint;
title?: string;
description?: string;
photoId?: bigint;
author?: string;
publishedDate?: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xb390dc08
Property
url
: stringUrl of article
webpageId
: bigintWebpage id of generated iv preview
title
: string or undefinedTitle
description
: string or undefinedDescription
photoId
: bigint or undefinedId of preview photo
author
: string or undefinedAuthor name
publishedDate
: number or undefinedDate of publication