encryptedFile
Encrypted file.
type tg.EncryptedFile struct { /* ... */ }
Implements EncryptedFile.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | File ID |
AccessHash | int64 | yes | Checking sum depending on user ID |
Size | int64 | yes | File size in bytes |
DCID | int | yes | Number of data center |
KeyFingerprint | int | yes | 32-bit fingerprint of key used for file encryption |
References
- Official documentation
- Generated Go reference
- TL definition:
encryptedFile#a8008cd8