Constructor: encryptedFile
Encrypted file.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | File ID |
access_hash | long | Yes | Checking sum depending on user ID |
size | long | Yes | File size in bytes |
dc_id | int | Yes | Number of data center |
key_fingerprint | int | Yes | 32-bit fingerprint of key used for file encryption |
Type: EncryptedFile
Example:
$encryptedFile = ['_' => 'encryptedFile', 'id' => long, 'access_hash' => long, 'size' => long, 'dc_id' => int, 'key_fingerprint' => int];