Class TdApi.InputFileLocal

  • Enclosing class:
    TdApi

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

      • path

        public String path
        Local path to the file.
      • CONSTRUCTOR

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

      • 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.