- API ›
- Constructors ›
- EncryptedFile
EncryptedFile
---types--- encryptedFile#a8008cd8 id:long access_hash:long size:long dc_id:int key_fingerprint:int = EncryptedFile
Belongs to
| EncryptedFile |
In Rust this constructor is a variant of the enums::EncryptedFile enum.
Match on it with: if let enums::EncryptedFile::EncryptedFile(v) = result { ... }