MadelineProtoDocs/docs/API_docs/constructors/upload.cdnFileReuploadNeede...

1.1 KiB

title description image redirect_from
upload.cdnFileReuploadNeeded The file was cleared from the temporary RAM cache of the [CDN](https://core.telegram.org/cdn) and has to be reuploaded. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/upload_cdnFileReuploadNeeded.html

Constructor: upload.cdnFileReuploadNeeded

Back to constructors index

The file was cleared from the temporary RAM cache of the CDN and has to be reuploaded.

Attributes:

Name Type Required Description
request_token bytes Yes Request token (see CDN)

Type: upload.CdnFile

Example:

$upload.cdnFileReuploadNeeded = ['_' => 'upload.cdnFileReuploadNeeded', 'request_token' => 'bytes'];

Or, if you're into Lua:

upload.cdnFileReuploadNeeded={_='upload.cdnFileReuploadNeeded', request_token='bytes'}