teleproto - v1.229.0
    Preparing search index...

    Interface UploadGetFileParams

    interface UploadGetFileParams {
        cdnSupported?: boolean;
        limit: number;
        location: TypeInputFileLocationIn;
        offset: BigInteger;
        precise?: boolean;
    }
    Index
    cdnSupported?: boolean

    Whether the current client supports CDN downloads

    limit: number

    Number of bytes to be returned

    File location

    offset: BigInteger

    Number of bytes to be skipped

    precise?: boolean

    Disable some checks on limit and offset values, useful for example to stream videos by keyframes