MadelineProtoDocs/docs/TD_docs/constructors/updateFileGenerationStart.md

27 lines
955 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: updateFileGenerationStart
description: File generation process need to be started by the client
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: updateFileGenerationStart
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
File generation process need to be started by the client
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|generation\_id|[int64](../constructors/int64.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)