MadelineProtoDocs/docs/API_docs/constructors/upload.cdnFileReuploadNeeded.md
2024-05-01 14:53:46 +02:00

983 B

title description nav_exclude image redirect_from
upload.cdnFileReuploadNeeded The file was cleared from the temporary RAM cache of the CDN and has to be re-uploaded. true 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 re-uploaded.

Attributes:

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

Type: upload.CdnFile

Example:

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