Module tdlight.api

Class TdApi.VectorPathCommandLine

Enclosing class:
TdApi

public static final class TdApi.VectorPathCommandLine extends TdApi.VectorPathCommand
A straight line to a given point.
  • Field Details

  • Constructor Details

    • VectorPathCommandLine

      public VectorPathCommandLine()
      A straight line to a given point.
    • VectorPathCommandLine

      public VectorPathCommandLine(TdApi.Point endPoint)
      A straight line to a given point.
      Parameters:
      endPoint - Point The end point of the straight line.
    • VectorPathCommandLine

      public VectorPathCommandLine(DataInput input) throws IOException
      A straight line to a given point.
      Throws:
      IOException
  • Method Details