- API ›
- Constructors ›
- SecureFile
SecureFile
---types--- secureFile#7d09c27e id:long access_hash:long size:long dc_id:int date:int file_hash:bytes secret:bytes = SecureFile
Belongs to
| SecureFile |
In Rust this constructor is a variant of the enums::SecureFile enum.
Match on it with: if let enums::SecureFile::SecureFile(v) = result { ... }