teleproto - v1.229.0
    Preparing search index...

    Interface WebDocumentNoProxyIn

    interface WebDocumentNoProxyIn {
        _: "webDocumentNoProxy";
        attributes: TypeDocumentAttributeIn[];
        mimeType: string;
        size: number;
        url: string;
    }
    Index
    _: "webDocumentNoProxy"
    mimeType: string
    size: number
    url: string