teleproto - v1.229.0
    Preparing search index...

    Class WebPage

    Hierarchy (View Summary)

    • VirtualClass<
          {
              attributes?: TypeWebPageAttribute[];
              author?: string;
              cachedPage?: TypePage;
              description?: string;
              displayUrl: string;
              document?: TypeDocument;
              duration?: int;
              embedHeight?: int;
              embedType?: string;
              embedUrl?: string;
              embedWidth?: int;
              hash: int;
              hasLargeMedia?: boolean;
              id: long;
              photo?: Api.TypePhoto;
              siteName?: string;
              title?: string;
              type?: string;
              url: string;
              videoCoverPhoto?: boolean;
          },
      >
      • WebPage
    Index
    • Parameters

      • args: {
            attributes?: TypeWebPageAttribute[];
            author?: string;
            cachedPage?: Page;
            description?: string;
            displayUrl: string;
            document?: TypeDocument;
            duration?: number;
            embedHeight?: number;
            embedType?: string;
            embedUrl?: string;
            embedWidth?: number;
            hash: number;
            hasLargeMedia?: boolean;
            id: BigInteger;
            photo?: Api.TypePhoto;
            siteName?: string;
            title?: string;
            type?: string;
            url: string;
            videoCoverPhoto?: boolean;
        }

      Returns Api.WebPage

    • Returns {
          attributes?: TypeWebPageAttribute[];
          author?: string;
          cachedPage?: Page;
          description?: string;
          displayUrl: string;
          document?: TypeDocument;
          duration?: number;
          embedHeight?: number;
          embedType?: string;
          embedUrl?: string;
          embedWidth?: number;
          hash: number;
          hasLargeMedia?: boolean;
          id: BigInteger;
          photo?: Api.TypePhoto;
          siteName?: string;
          title?: string;
          type?: string;
          url: string;
          videoCoverPhoto?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    attributes?: TypeWebPageAttribute[]
    author?: string
    cachedPage?: Page
    className: "WebPage"
    classType: "constructor"
    CONSTRUCTOR_ID: 3902555570
    description?: string
    displayUrl: string
    document?: TypeDocument
    duration?: number
    embedHeight?: number
    embedType?: string
    embedUrl?: string
    embedWidth?: number
    hash: number
    hasLargeMedia?: boolean
    id: BigInteger
    originalArgs: {
        attributes?: TypeWebPageAttribute[];
        author?: string;
        cachedPage?: Page;
        description?: string;
        displayUrl: string;
        document?: TypeDocument;
        duration?: number;
        embedHeight?: number;
        embedType?: string;
        embedUrl?: string;
        embedWidth?: number;
        hash: number;
        hasLargeMedia?: boolean;
        id: BigInteger;
        photo?: Api.TypePhoto;
        siteName?: string;
        title?: string;
        type?: string;
        url: string;
        videoCoverPhoto?: boolean;
    }
    photo?: Api.TypePhoto
    siteName?: string
    SUBCLASS_OF_ID: 1437168769
    title?: string
    type?: string
    url: string
    videoCoverPhoto?: boolean