mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:07:51 +01:00
27 lines
662 B
Markdown
27 lines
662 B
Markdown
|
---
|
||
|
title: inputEncryptedFileBigUploaded
|
||
|
description: inputEncryptedFileBigUploaded attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputEncryptedFileBigUploaded
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### 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 = ['_' => 'inputEncryptedFileBigUploaded', 'id' => long, 'parts' => int, 'key_fingerprint' => int, ];
|
||
|
```
|