Class TdApi.InputFileLocal

Enclosing class:
TdApi

public static class TdApi.InputFileLocal extends TdApi.InputFile
A file defined by a local path.
  • Field Details

    • path

      public String path
      Local path to the file.
    • CONSTRUCTOR

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

    • InputFileLocal

      public InputFileLocal()
      A file defined by a local path.
    • InputFileLocal

      public InputFileLocal(String path)
      A file defined by a local path.
      Parameters:
      path - Local path to the file.
  • 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