MadelineProto/docs/API_docs/constructors/inputEncryptedFile.md
2016-12-19 19:48:27 +03:00

18 lines
406 B
Markdown

## Constructor: inputEncryptedFile
### 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, ];
```