teleproto - v1.229.0
    Preparing search index...

    Interface WebPageIn

    interface WebPageIn {
        _: "webPage";
        attributes?: TypeWebPageAttributeIn[];
        author?: string;
        cachedPage?: PageIn;
        description?: string;
        displayUrl: string;
        document?: TypeDocumentIn;
        duration?: number;
        embedHeight?: number;
        embedType?: string;
        embedUrl?: string;
        embedWidth?: number;
        hash: number;
        hasLargeMedia?: boolean;
        id: BigInteger;
        photo?: TypePhotoIn;
        siteName?: string;
        title?: string;
        type?: string;
        url: string;
        videoCoverPhoto?: boolean;
    }
    Index
    _: "webPage"
    attributes?: TypeWebPageAttributeIn[]
    author?: string
    cachedPage?: PageIn
    description?: string
    displayUrl: string
    document?: TypeDocumentIn
    duration?: number
    embedHeight?: number
    embedType?: string
    embedUrl?: string
    embedWidth?: number
    hash: number
    hasLargeMedia?: boolean
    id: BigInteger
    photo?: TypePhotoIn
    siteName?: string
    title?: string
    type?: string
    url: string
    videoCoverPhoto?: boolean