- API ›
- Constructors ›
- InputSecureFileUploaded
InputSecureFileUploaded
---types--- inputSecureFileUploaded#3334b0f0 id:long parts:int md5_checksum:string file_hash:bytes secret:bytes = InputSecureFile
Belongs to
| InputSecureFile |
In Rust this constructor is a variant of the enums::InputSecureFile enum.
Match on it with: if let enums::InputSecureFile::InputSecureFileUploaded(v) = result { ... }