upload.getFileHashes
Get SHA256 hashes for verifying downloaded files
Example
TL schema
Parameters
Name | Type | Description |
location | File | |
offset | Offset from which to get file hashes |
Result
Vector[FileHash](https://core.telegram.org/type/FileHash)
Possible errors
Code | Type | Description |
400 | LOCATION_INVALID | The provided location is invalid |
Can bots use this methd ?
yes
Related pages
Last updated