mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
20 lines
420 B
Markdown
20 lines
420 B
Markdown
## Constructor: inputFileBig
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[long](../types/long.md) | Required|
|
|
|parts|[int](../types/int.md) | Required|
|
|
|name|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputFile](../types/InputFile.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputFileBig = ['_' => inputFileBig', 'id' => long, 'parts' => int, 'name' => string, ];
|
|
``` |