- API ›
- Constructors ›
- InputSecureFile
InputSecureFile
---types--- inputSecureFile#5367e5be id:long access_hash:long = InputSecureFile
Belongs to
| InputSecureFile |
In Rust this constructor is a variant of the enums::InputSecureFile enum.
Match on it with: if let enums::InputSecureFile::InputSecureFile(v) = result { ... }