teleproto - v1.229.0
    Preparing search index...

    Interface InputSecureFileUploadedIn

    interface InputSecureFileUploadedIn {
        _: "inputSecureFileUploaded";
        fileHash: bytes;
        id: BigInteger;
        md5Checksum: string;
        parts: number;
        secret: bytes;
    }
    Index
    _: "inputSecureFileUploaded"
    fileHash: bytes
    id: BigInteger
    md5Checksum: string
    parts: number
    secret: bytes