--- title: inputEncryptedFile --- ## Constructor: inputEncryptedFile [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| ### Type: [InputEncryptedFile](../types/InputEncryptedFile.md) ### Example: ``` $inputEncryptedFile = ['_' => inputEncryptedFile', 'id' => long, 'access_hash' => long, ]; ```