Class TdApi.FinishFileGeneration

Enclosing class:
TdApi

public static class TdApi.FinishFileGeneration
extends TdApi.Function
Finishes the file generation.

Returns Ok

  • Field Details

    • generationId

      public long generationId
      The identifier of the generation process.
    • error

      public TdApi.Error error
      If set, means that file generation has failed and should be terminated.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • FinishFileGeneration

      public FinishFileGeneration()
      Finishes the file generation.

      Returns Ok

    • FinishFileGeneration

      public FinishFileGeneration​(long generationId, TdApi.Error error)
      Finishes the file generation.

      Returns Ok

      Parameters:
      generationId - long The identifier of the generation process.
      error - Error If set, means that file generation has failed and should be terminated.
    • FinishFileGeneration

      public FinishFileGeneration​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details