public static class TdApi.Outline extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ClosedVectorPath[] |
paths
The list of closed vector paths.
|
| Constructor and Description |
|---|
Outline()
Represents outline of an image.
|
Outline(TdApi.ClosedVectorPath[] paths)
Represents outline of an image.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ClosedVectorPath[] paths
public static final int CONSTRUCTOR
public Outline()
public Outline(TdApi.ClosedVectorPath[] paths)
paths - The list of closed vector paths.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object