public static class TdApi.VectorPathCommandLine extends TdApi.VectorPathCommand
TdApi.VectorPathCommand.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Point |
endPoint
The end point of the straight line.
|
Constructor and Description |
---|
VectorPathCommandLine()
A straight line to a given point.
|
VectorPathCommandLine(TdApi.Point endPoint)
A straight line to a given point.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Point endPoint
public static final int CONSTRUCTOR
public VectorPathCommandLine()
public VectorPathCommandLine(TdApi.Point endPoint)
endPoint
- The end point of the straight line.public int getConstructor()
getConstructor
in class TdApi.VectorPathCommand