MadelineProto/docs/TD_docs/constructors/updateFileGenerationStart.md

26 lines
873 B
Markdown
Raw Normal View History

---
title: updateFileGenerationStart
description: File generation process need to be started by the client
---
## Constructor: updateFileGenerationStart
[Back to constructors index](index.md)
File generation process need to be started by the client
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|generation\_id|[long](../types/long.md) | Yes|Unique identifier for the generation process|
|original\_path|[string](../types/string.md) | Yes|Path to a file from which new file is generated, may be empty|
|destination\_path|[string](../types/string.md) | Yes|Path to a file which should be created and to which new file should be generated|
|conversion|[string](../types/string.md) | Yes|String specifying conversion applied to the original file|
### Type: [Update](../types/Update.md)