teleproto - v1.229.0
    Preparing search index...

    Interface UploadSaveFilePartParams

    interface UploadSaveFilePartParams {
        bytes: bytes;
        fileId: BigInteger;
        filePart: number;
    }
    Index
    bytes: bytes

    Binary data, content of a part

    fileId: BigInteger

    Random file identifier created by the client

    filePart: number

    Numerical order of a part