telegram api method · layer 229 · #91dc3f31
upload.getCdnFileHashes
Get SHA256 hashes for verifying downloaded CDN files
definition
upload.getCdnFileHashes#91dc3f31 file_token:bytes offset:long = Vector<FileHash>;
parameters
| name | type | description |
|---|---|---|
file_token | bytes | File |
offset | long | Offset from which to start getting hashes |
returns
Vector<FileHash>
errors (5)
| 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 | 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). |
history
present in layers 70–229 · constructor id changed 2×
| id | layers |
|---|---|
| #f715c87b | 70–75 |
| #4da54231 | 76–142 |
| #91dc3f31 | 143–229 |