Raw.upload.GetCdnFile
Download a cdn file.
upload.getCdnFile#395f69da file_token:bytes offset:long limit:int = upload.CdnFile;export namespace Raw {
export namespace upload {
export class GetCdnFile {
constructor(params: { fileToken: Buffer; offset: bigint; limit: number }) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x395f69da
Property
fileToken: BufferFile token
offset: bigintOffset of chunk to download
limit: numberLength of chunk to download