- API ›
- Constructors ›
- Upload ›
- FileCdnRedirect
FileCdnRedirect
---types--- upload.fileCdnRedirect#f18cda44 dc_id:int file_token:bytes encryption_key:bytes encryption_iv:bytes file_hashes:Vector<FileHash> = upload.File
Belongs to
| upload.File |
In Rust this constructor is a variant of the enums::upload.File enum.
Match on it with: if let enums::upload.File::FileCdnRedirect(v) = result { ... }