MadelineProto/docs/TD_docs/constructors/inputFileGenerated.md

25 lines
742 B
Markdown
Raw Normal View History

---
title: inputFileGenerated
description: File generated by the client
---
## Constructor: inputFileGenerated
[Back to constructors index](index.md)
File generated by the client
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|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|
### Type: [InputFile](../types/InputFile.md)