27 lines
543 B
Markdown
27 lines
543 B
Markdown
---
|
|
title: inputFileBig
|
|
description: inputFileBig attributes, type and example
|
|
---
|
|
## Constructor: inputFileBig
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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, ];
|
|
``` |