Constructor: inputSecureFileUploaded
Uploaded secure file, for more info see the passport docs »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Secure file ID |
parts | int | Yes | Secure file part count |
md5_checksum | string | Yes | MD5 hash of encrypted uploaded file, to be checked server-side |
file_hash | bytes | Yes | File hash |
secret | bytes | Yes | Secret |
Type: InputSecureFile
Example:
$inputSecureFileUploaded = ['_' => 'inputSecureFileUploaded', 'id' => long, 'parts' => int, 'md5_checksum' => 'string', 'file_hash' => 'bytes', 'secret' => 'bytes'];