mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
983 B
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
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'];