Class TdApi.VectorPathCommandLine

    • Field Detail

      • 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:
        Constant Field Values
    • Constructor Detail

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