Class TdApi.UpdateFileGenerationStop

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateFileGenerationStop
    extends TdApi.Update
    File generation is no longer needed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      long generationId
      Unique identifier for the generation process.
    • Field Detail

      • generationId

        public long generationId
        Unique identifier for the generation process.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateFileGenerationStop

        public UpdateFileGenerationStop()
        Default constructor.
      • UpdateFileGenerationStop

        public UpdateFileGenerationStop​(long generationId)
        Constructor for initialization of all fields.
        Parameters:
        generationId - Unique identifier for the generation process.