public static class TdApi.VectorPathCommandLine extends TdApi.VectorPathCommand
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object