1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/inputEncryptedFileBigUploaded.md

20 lines
503 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:56:05 +01:00
### Type: [InputEncryptedFile](../types/InputEncryptedFile.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputEncryptedFileBigUploaded = ['_' => inputEncryptedFileBigUploaded', 'id' => long, 'parts' => int, 'key_fingerprint' => int, ];
```