teleproto - v1.229.0
    Preparing search index...

    Interface InputFileLocationIn

    interface InputFileLocationIn {
        _: "inputFileLocation";
        fileReference: bytes;
        localId: number;
        secret: BigInteger;
        volumeId: BigInteger;
    }
    Index
    _: "inputFileLocation"
    fileReference: bytes
    localId: number
    secret: BigInteger
    volumeId: BigInteger