2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: inputEncryptedFileBigUploaded
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|id|[long](../types/long.md) | Required|
|
|
|
|
|parts|[int](../types/int.md) | Required|
|
|
|
|
|key\_fingerprint|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputEncryptedFile](../types/InputEncryptedFile.md)
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$inputEncryptedFileBigUploaded = ['_' => inputEncryptedFileBigUploaded', 'id' => long, 'parts' => int, 'key_fingerprint' => int, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|