teleproto - v1.229.0
    Preparing search index...

    Interface WebDocumentIn

    interface WebDocumentIn {
        _: "webDocument";
        accessHash: BigInteger;
        attributes: TypeDocumentAttributeIn[];
        mimeType: string;
        size: number;
        url: string;
    }
    Index
    _: "webDocument"
    accessHash: BigInteger
    mimeType: string
    size: number
    url: string