26 lines
829 B
Markdown
26 lines
829 B
Markdown
---
|
|
title: inputFileGenerated
|
|
description: File generated by the client
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: inputFileGenerated
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
File generated by the client
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|original\_path|[string](../types/string.md) | Yes|Local path to a file from which the file is generated, may be empty if there is no such file|
|
|
|conversion|[string](../types/string.md) | Yes|String specifying conversion applied to the original file, should be persistent across application restart|
|
|
|expected\_size|[int](../types/int.md) | Yes|Expected size of the generated file, 0 if unknown|
|
|
|
|
|
|
|
|
### Type: [InputFile](../types/InputFile.md)
|
|
|
|
|