Interface UpdateFileGenerationStop

File generation is no longer needed. Subtype of Update.

interface UpdateFileGenerationStop {
    @type: "updateFileGenerationStop";
    generation_id: string;
}

Properties

Properties

@type: "updateFileGenerationStop"
generation_id: string

Unique identifier for the generation process.