public static class TdApi.ClosedVectorPath extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.VectorPathCommand[] |
commands
List of vector path commands.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ClosedVectorPath()
Represents a closed vector path.
|
ClosedVectorPath(TdApi.VectorPathCommand[] commands)
Represents a closed vector path.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.VectorPathCommand[] commands
public static final int CONSTRUCTOR
public ClosedVectorPath()
public ClosedVectorPath(TdApi.VectorPathCommand[] commands)
commands - List of vector path commands.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object