Class TdApi.VectorPathCommandLine

Enclosing class:
TdApi

public static 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
      Throws:
      IOException
  • Method Details