Interface FinishFileGeneration

Finishes the file generation. Request type for Tdjson#finishFileGeneration.

interface FinishFileGeneration {
    @type: "finishFileGeneration";
    error: Error;
    generation_id: string;
}

Properties

@type: "finishFileGeneration"
error: Error

If passed, the file generation has failed and must be terminated; pass null if the file generation succeeded.

generation_id: string

The identifier of the generation process.