telegram api method · layer 229 · #9b2754a8
upload.reuploadCdnFile
Request a reupload of a certain file to a CDN DC.
definition
upload.reuploadCdnFile#9b2754a8 file_token:bytes request_token:bytes = Vector<FileHash>;
parameters
| name | type | description |
|---|---|---|
file_token | bytes | File token |
request_token | bytes | Request token |
returns
Vector<FileHash>
errors (8)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | CDN_METHOD_INVALID | You can't call this method in a CDN DC. |
| 400 | FILE_TOKEN_INVALID | The master DC did not accept the file_token (e.g., the token has expired). Continue downloading the file from the master DC using upload.getFile. |
| 400 | LOCATION_INVALID | The provided location is invalid. |
| 400 | REQUEST_TOKEN_INVALID | The master DC did not accept the request_token from the CDN DC. Continue downloading the file from the master DC using upload.getFile. |
| 400 | RSA_DECRYPT_FAILED | Internal RSA decryption failed. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 500 | CDN_UPLOAD_TIMEOUT | A server-side timeout occurred while reuploading the file to the CDN DC. |
history
present in layers 66–229 · constructor id changed 2×
| id | layers |
|---|---|
| #2e7a2020 | 66–68 |
| #1af91c09 | 70–75 |
| #9b2754a8 | 76–229 |