Constructor: inputEncryptedFile
Sets forwarded encrypted file for attachment.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | File ID, value of id parameter from encryptedFile |
access_hash | long | Yes | Checking sum, value of access_hash parameter from encryptedFile |
Type: InputEncryptedFile
Example:
$inputEncryptedFile = ['_' => 'inputEncryptedFile', 'id' => long, 'access_hash' => long];