Class TdApi.InputFileGenerated

Enclosing class:
TdApi

public static class TdApi.InputFileGenerated extends TdApi.InputFile
A file generated by the application.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    String specifying the conversion applied to the original file; must be persistent across application restarts.
    long
    Expected size of the generated file, in bytes; 0 if unknown.
    Local path to a file from which the file is generated; may be empty if there is no such file.
  • Constructor Summary

    Constructors
    Constructor
    Description
    A file generated by the application.
    InputFileGenerated(String originalPath, String conversion, long expectedSize)
    A file generated by the application.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • originalPath

      public String originalPath
      Local path to a file from which the file is generated; may be empty if there is no such file.
    • conversion

      public String conversion
      String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.
    • expectedSize

      public long expectedSize
      Expected size of the generated file, in bytes; 0 if unknown.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputFileGenerated

      public InputFileGenerated()
      A file generated by the application.
    • InputFileGenerated

      public InputFileGenerated(String originalPath, String conversion, long expectedSize)
      A file generated by the application.
      Parameters:
      originalPath - Local path to a file from which the file is generated; may be empty if there is no such file.
      conversion - String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.
      expectedSize - Expected size of the generated file, in bytes; 0 if unknown.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR