teleproto - v1.229.0
    Preparing search index...

    Interface PageRelatedArticleIn

    interface PageRelatedArticleIn {
        _?: "pageRelatedArticle";
        author?: string;
        description?: string;
        photoId?: BigInteger;
        publishedDate?: number;
        title?: string;
        url: string;
        webpageId: BigInteger;
    }
    Index
    _?: "pageRelatedArticle"
    author?: string
    description?: string
    photoId?: BigInteger
    publishedDate?: number
    title?: string
    url: string
    webpageId: BigInteger