teleproto - v1.229.0
    Preparing search index...

    Class PageRelatedArticle

    Hierarchy (View Summary)

    • VirtualClass<
          {
              author?: string;
              description?: string;
              photoId?: long;
              publishedDate?: int;
              title?: string;
              url: string;
              webpageId: long;
          },
      >
      • PageRelatedArticle
    Index
    • Parameters

      • args: {
            author?: string;
            description?: string;
            photoId?: BigInteger;
            publishedDate?: number;
            title?: string;
            url: string;
            webpageId: BigInteger;
        }

      Returns PageRelatedArticle

    • Returns {
          author?: string;
          description?: string;
          photoId?: BigInteger;
          publishedDate?: number;
          title?: string;
          url: string;
          webpageId: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    author?: string
    className: "PageRelatedArticle"
    classType: "constructor"
    CONSTRUCTOR_ID: 3012615176
    description?: string
    originalArgs: {
        author?: string;
        description?: string;
        photoId?: BigInteger;
        publishedDate?: number;
        title?: string;
        url: string;
        webpageId: BigInteger;
    }
    photoId?: BigInteger
    publishedDate?: number
    SUBCLASS_OF_ID: 919623714
    title?: string
    url: string
    webpageId: BigInteger