Class TdApi.VectorPathCommandLine

Enclosing class:
TdApi

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

    • endPoint

      public TdApi.Point endPoint
      The end point of the straight line.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • 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 - The end point of the straight line.
  • 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