mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:27:43 +01:00
19 lines
463 B
Markdown
19 lines
463 B
Markdown
## 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:
|
|
|
|
|
|
```
|
|
$inputEncryptedFileBigUploaded = ['id' => long, 'parts' => int, 'key_fingerprint' => int, ];
|
|
``` |